diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-02-04 21:49:36 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-02-04 21:49:36 +0000 |
commit | 4512c5c558755ec4438cb51ba1a7cb4071a3d2e4 (patch) | |
tree | 19856d6e18a4687e7e9c350ecc8187b49724a6aa /mainwindow.cpp | |
parent | update qt translations for linux (diff) | |
download | gpg4usb-4512c5c558755ec4438cb51ba1a7cb4071a3d2e4.tar.gz gpg4usb-4512c5c558755ec4438cb51ba1a7cb4071a3d2e4.zip |
change default iconsize to 24x24
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@798 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r-- | mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp index 36e4e5e..7f827e3 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -98,7 +98,7 @@ void MainWindow::restoreSettings() } // Iconsize - QSize iconSize = settings.value("toolbar/iconsize", QSize(32, 32)).toSize(); + QSize iconSize = settings.value("toolbar/iconsize", QSize(24, 24)).toSize(); this->setIconSize(iconSize); // set list of keyserver if not defined |