diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-08-02 16:26:50 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-08-02 16:26:50 +0200 |
commit | c9f7eb2471020a9712b798f6353dd02daaac03b6 (patch) | |
tree | 7dda8ac2c5f2cd11b5b50d9f58714a18a5ea6f3e /src/rekonqui.rc | |
parent | Faster startup (diff) | |
download | rekonq-c9f7eb2471020a9712b798f6353dd02daaac03b6.tar.xz |
Fixing bookmarks toolbar in xmlgui (or at least I hope so)
Removing one doubled F6 shortcut
Diffstat (limited to 'src/rekonqui.rc')
-rw-r--r-- | src/rekonqui.rc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rekonqui.rc b/src/rekonqui.rc index 752599d5..e89e3b15 100644 --- a/src/rekonqui.rc +++ b/src/rekonqui.rc @@ -91,5 +91,10 @@ <Action name="rekonq_tools" /> </ToolBar> +<!-- ============ Bookmarks ToolBar =========== --> +<ToolBar name="bookmarksToolBar" fullWidth="true" iconText="icontextright" iconSize="16" newline="true" hidden="true" noEdit="true"> + <text>Bookmark Toolbar</text> + <Action noEdit="true" name="bookmarks_bar" /> +</ToolBar> </gui> |