┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinui.rc
diff options
context:
space:
mode:
authorSimon Krull <[email protected]>2019-08-25 09:32:49 -0600
committerNate Graham <[email protected]>2019-08-25 09:35:00 -0600
commit9cd042a86c85eaf7722a50ec2747fa3d6690e0a7 (patch)
tree52d0bc66373c87e96cee059163587aca1aaa418f /src/dolphinui.rc
parent97f49347482519b9ad53b7596d7462e68b7c2e14 (diff)
Change default Dolphin toolbar layout
Summary: {F7205836} Use a default toolbar layout that looks better and makes more sense for new users. Test Plan: Open Dolphin (with the default toolbar) Reviewers: #dolphin, #vdg, ngraham, GB_2, elvisangelaccio Reviewed By: #dolphin, #vdg, ngraham, GB_2 Subscribers: iasensio, filipf, meven, elvisangelaccio, felixernst, GB_2, ndavis, ngraham, kfm-devel, #vdg, #dolphin Tags: #dolphin, #vdg Differential Revision: https://phabricator.kde.org/D23075
Diffstat (limited to 'src/dolphinui.rc')
-rw-r--r--src/dolphinui.rc8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc
index b90321d05..207c5d4c2 100644
--- a/src/dolphinui.rc
+++ b/src/dolphinui.rc
@@ -1,5 +1,5 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
-<kpartgui name="dolphin" version="22">
+<kpartgui name="dolphin" version="23">
<MenuBar>
<Menu name="file">
<Action name="new_menu" />
@@ -98,10 +98,11 @@
<Action name="compact" />
<Action name="details" />
<Separator name="separator_0" />
- <Action name="edit_find"/>
- <Action name="show_preview" />
+ <Action name="sort" />
+ <Spacer name="spacer_0" />
<Action name="split_view" />
<Action name="split_stash" />
+ <Action name="edit_find" />
</ToolBar>
<ActionProperties scheme="Default">
<Action priority="0" name="go_back"/>
@@ -117,5 +118,6 @@
<Action priority="0" name="edit_cut"/>
<Action priority="0" name="edit_copy"/>
<Action priority="0" name="edit_paste"/>
+ <Action priority="0" name="edit_find"/>
</ActionProperties>
</kpartgui>