summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-01-27 01:54:21 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-01-27 01:54:21 +0100
commit20f8db33181457f2633ebba0c410ecf3c3fd9f74 (patch)
treeaab8b14064e9f3f63faf1c8938744237268c1cd3 /src/mainwindow.cpp
parentrekonq 0.3.33 (diff)
downloadrekonq-20f8db33181457f2633ebba0c410ecf3c3fd9f74.tar.xz
Cedric's Patch
Fix bookmarks icon size
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
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);
}