diff options
| author | Peter Penz <[email protected]> | 2011-03-26 23:22:21 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-03-26 23:26:39 +0100 |
| commit | 9af429cae1ad040e48679360189fdb5f36de740e (patch) | |
| tree | 720268ce7f6b629e954b6d2fe2416d39118a82a2 /src/dolphinui.rc | |
| parent | a90938c414687b6dd85d34a7c9fc16afa03e0b68 (diff) | |
Provide toolbar-menu when the menubar is hidden
Use a similar default UI like in Rekonq and other browsers: Hide the
menubar and add access to all actions by a button in the toolbar.
Of course it is still possible to show the menubar so that the same UI
is given like before.
Diffstat (limited to 'src/dolphinui.rc')
| -rw-r--r-- | src/dolphinui.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index 1223c43d2..82803cc1b 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -1,5 +1,5 @@ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui name="dolphin" version="13"> +<kpartgui name="dolphin" version="14"> <MenuBar> <Menu name="file"> <Action name="create_new" /> @@ -30,7 +30,7 @@ <Action name="stop" /> <Separator/> <Action name="panels" /> - <Menu name="navigation_bar"> + <Menu name="location_bar"> <text context="@title:menu">Location Bar</text> <Action name="editable_location" /> <Action name="replace_location" /> |
