diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainwindow.cpp | 1 | ||||
-rw-r--r-- | src/rekonqui.rc | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 7c77ef13..9207f6ec 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -189,7 +189,6 @@ void MainWindow::setupToolbars() // location bar a = new KAction(i18n("Location Bar"), this); - a->setShortcut(KShortcut(Qt::Key_F6)); a->setDefaultWidget(m_view->widgetBar()); actionCollection()->addAction( QL1S("url_bar"), a); 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> |