File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
src/plugins/georeferencer Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -994,6 +994,13 @@ void QgsGeorefPluginGui::createMenus()
994
994
mToolbarMenu ->addAction ( toolBarEdit->toggleViewAction () );
995
995
mToolbarMenu ->addAction ( toolBarView->toggleViewAction () );
996
996
997
+ QSettings s;
998
+ int size = s.value ( " /IconSize" , 32 ).toInt ();
999
+ toolBarFile->setIconSize ( QSize ( size, size ) );
1000
+ toolBarEdit->setIconSize ( QSize ( size, size ) );
1001
+ toolBarView->setIconSize ( QSize ( size, size ) );
1002
+ toolBarHistogramStretch->setIconSize ( QSize ( size, size ) );
1003
+
997
1004
// View menu
998
1005
if ( layout != QDialogButtonBox::KdeLayout )
999
1006
{
Original file line number Diff line number Diff line change 164
164
</widget >
165
165
<widget class =" QToolBar" name =" toolBarHistogramStretch" >
166
166
<property name =" windowTitle" >
167
- <string >toolBar </string >
167
+ <string >Histogram </string >
168
168
</property >
169
169
<attribute name =" toolBarArea" >
170
170
<enum >TopToolBarArea</enum >
You can’t perform that action at this time.
0 commit comments