┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinui.rc
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-01-06 21:46:38 +0000
committerPeter Penz <[email protected]>2007-01-06 21:46:38 +0000
commit4a0a832ddb2e39142a313d0c1aeccc7c6fe8b97f (patch)
treeac333da252f76cdc4d611a2d462b1d77b0fe088e /src/dolphinui.rc
parent8fb8b7d7112eb3984d78d150382fce029d9ceeeb (diff)
Minor adjustments for the panels:
- only let them align on the left and the right side - summarize the panels inside a sub menu entry svn path=/trunk/playground/utils/dolphin/; revision=620656
Diffstat (limited to 'src/dolphinui.rc')
-rw-r--r--src/dolphinui.rc17
1 files changed, 10 insertions, 7 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc
index 33b689e76..22bfe909e 100644
--- a/src/dolphinui.rc
+++ b/src/dolphinui.rc
@@ -1,7 +1,7 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui version="2" name="dolphin" >
<MenuBar>
- <Menu name="file" >
+ <Menu name="file">
<Action name="new_window" />
<Menu name="create_new" >
<text>Create New</text>
@@ -16,17 +16,17 @@
<Separator/>
<Action name="properties" />
</Menu>
- <Menu name="edit" >
+ <Menu name="edit">
<Action name="select_all" />
<Action name="invert_selection" />
</Menu>
- <Menu name="view" >
+ <Menu name="view">
<Menu name="view_mode" >
<text>View Mode</text>
<Action name="icons" />
<Action name="details" />
</Menu>
- <Menu name="sort" >
+ <Menu name="sort">
<text>Sort</text>
<Action name="by_name" />
<Action name="by_size" />
@@ -41,13 +41,16 @@
<Action name="reload" />
<Action name="stop" />
<Separator/>
- <Menu name="navigation_bar" >
+ <Menu name="panels">
+ <text>Panels</text>
+ <Action name="show_shortcuts_panel" />
+ <Action name="show_info_panel" />
+ </Menu>
+ <Menu name="navigation_bar">
<text>Navigation Bar</text>
<Action name="editable_location" />
<Action name="edit_location" />
</Menu>
- <Action name="show_shortcuts_pane" />
- <Action name="show_info_pane" />
<Separator/>
<Action name="view_properties" />
</Menu>