diff options
Diffstat (limited to 'src/rekonqui.rc')
-rw-r--r-- | src/rekonqui.rc | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/src/rekonqui.rc b/src/rekonqui.rc index 4e2c766e..256d59b2 100644 --- a/src/rekonqui.rc +++ b/src/rekonqui.rc @@ -1,5 +1,5 @@ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui name="rekonq" version="16"> +<kpartgui name="rekonq" version="21"> <MenuBar> <!-- ============ FILE menu =========== --> <Menu name="file" noMerge="1"><text>&File</text> @@ -44,7 +44,6 @@ <Action name="smaller font" /> <Separator/> <Action name="page source" /> - <Action name="fullscreen" /> </Menu> <!-- ============ GO menu =========== --> <Menu name="go" deleted="true"> @@ -57,17 +56,8 @@ <Action name="web inspector" /> </Menu> <!-- ============ SETTINGS menu =========== --> -<Menu name="settings" noMerge="1"> - <text>&Settings</text> - <!-- - Disable merging because we do not want the "fullscreen" action to appear - here, since it is already in the "view" menu. - --> - <Action name="options_show_menubar"/> - <Action name="options_configure_keybinding"/> - <Action name="options_configure_toolbars"/> - <Action name="options_configure"/> -</Menu> +<Menu name="settings"> +</Menu> </MenuBar> <!-- ============ Main ToolBar =========== --> @@ -79,7 +69,7 @@ </ToolBar> <!-- ============ Bookmarks ToolBar =========== --> -<ToolBar name="bookmarksToolBar" fullWidth="true" iconText="iconOnly" position="top" noMerge="1"><text>Bookmarks Toolbar</text> +<ToolBar name="bookmarksToolBar" fullWidth="true" iconText="icontextright" newline="true" position="top" noMerge="1"><text>Bookmarks Toolbar</text> </ToolBar> </kpartgui> |