┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinui.rc
diff options
context:
space:
mode:
authorAkseli Lahtinen <[email protected]>2025-01-30 09:25:12 +0000
committerMéven Car <[email protected]>2025-01-30 09:25:12 +0000
commit128f797d73ba8118072767cbead7f22590b522db (patch)
tree4af2c58870a55e5135fd5ac46ac4abc1f9045c8e /src/dolphinui.rc
parent82bacf482f8006363b129f023c9c1b9c7082aebc (diff)
Change three view buttons into one with menu arrow
Instead of showing three buttons, which is quite visually noisy, show only one button that is split: First button, when clicked, loops through the view modes. Second smaller button with the down arrow shows menu of the available view modes. See also https://invent.kde.org/system/dolphin/-/issues/68#toolbar-button-changes Alternative for https://invent.kde.org/system/dolphin/-/merge_requests/893 ![Screencast_20250121_123718](/uploads/e8625c485c58a9c47e8168106b3e7419/Screencast_20250121_123718.mp4)
Diffstat (limited to 'src/dolphinui.rc')
-rw-r--r--src/dolphinui.rc7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc
index 5c9afa03d..7c2cb2bfc 100644
--- a/src/dolphinui.rc
+++ b/src/dolphinui.rc
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE gui SYSTEM "kpartgui.dtd">
-<gui name="dolphin" version="41">
+<gui name="dolphin" version="42">
<MenuBar>
<Menu name="file">
<Action name="new_menu" />
@@ -106,10 +106,7 @@
<text context="@title:menu">Main Toolbar</text>
<Action name="go_back" />
<Action name="go_forward" />
- <Separator name="separator_1" />
- <Action name="icons" />
- <Action name="compact" />
- <Action name="details" />
+ <Action name="view_mode" />
<Action name="url_navigators" />
<Action name="split_view" />
<Action name="split_stash" />