┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/selectionmode/bottombarcontentscontainer.h
diff options
context:
space:
mode:
authorFelix Ernst <[email protected]>2022-05-05 12:54:36 +0200
committerFelix Ernst <[email protected]>2022-08-14 14:42:40 +0000
commit261b741d5feb356c1fa8a8ac42397f53eb13ca75 (patch)
treeddad598b20b2f52b4286cfc3282986dc47c5ccc9 /src/selectionmode/bottombarcontentscontainer.h
parenteb7a2e18ed00183199e616b7595decd8f40151e2 (diff)
Address Nate's UX feedback
-More labels -More icons -"Abort" -> "Cancel"
Diffstat (limited to 'src/selectionmode/bottombarcontentscontainer.h')
-rw-r--r--src/selectionmode/bottombarcontentscontainer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/selectionmode/bottombarcontentscontainer.h b/src/selectionmode/bottombarcontentscontainer.h
index aa335a5bf..6d44adf74 100644
--- a/src/selectionmode/bottombarcontentscontainer.h
+++ b/src/selectionmode/bottombarcontentscontainer.h
@@ -12,7 +12,7 @@
#include "bottombar.h"
#include <QPointer>
-#include <QToolButton>
+#include <QPushButton>
#include <QWidget>
class DolphinContextMenu;
@@ -144,7 +144,7 @@ private:
/// @see updateMainActionButtonText
ActionWithWidget m_mainAction = ActionWithWidget(nullptr);
/// The button containing all the actions that don't currently fit into the bar.
- QPointer<QToolButton> m_overflowButton;
+ QPointer<QPushButton> m_overflowButton;
/// The actionCollection from which the actions for this bar are retrieved.
KActionCollection *m_actionCollection;
/// Describes the current contents of the bar.