diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-01-27 01:54:21 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-01-27 01:54:21 +0100 |
commit | 20f8db33181457f2633ebba0c410ecf3c3fd9f74 (patch) | |
tree | aab8b14064e9f3f63faf1c8938744237268c1cd3 | |
parent | rekonq 0.3.33 (diff) | |
download | rekonq-20f8db33181457f2633ebba0c410ecf3c3fd9f74.tar.xz |
Cedric's Patch
Fix bookmarks icon size
-rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 659e5bf5..d3c14d85 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -187,7 +187,7 @@ void MainWindow::setupToolbars() m_bmBar->setToolButtonStyle(Qt::ToolButtonTextBesideIcon); m_bmBar->setAcceptDrops(true); m_bmBar->setContextMenuPolicy(Qt::CustomContextMenu); - + m_bmBar->setIconDimensions(16); Application::bookmarkProvider()->setupBookmarkBar(m_bmBar); } |