Skip to content

Commit 196d7d8

Browse files
committedMay 12, 2014
better initial size for widgets
1 parent 105155b commit 196d7d8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed
 

‎src/customwidgets/qgsfieldcomboboxplugin.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ QString QgsFieldComboBoxPlugin::domXml() const
8787
" <rect>\n"
8888
" <x>0</x>\n"
8989
" <y>0</y>\n"
90-
" <width>300</width>\n"
91-
" <height>100</height>\n"
90+
" <width>160</width>\n"
91+
" <height>27</height>\n"
9292
" </rect>\n"
9393
" </property>\n"
9494
" <property name=\"toolTip\" >\n"

‎src/customwidgets/qgsfieldexpressionwidgetplugin.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ QString QgsFieldExpressionWidgetPlugin::domXml() const
8787
" <rect>\n"
8888
" <x>0</x>\n"
8989
" <y>0</y>\n"
90-
" <width>300</width>\n"
91-
" <height>100</height>\n"
90+
" <width>200</width>\n"
91+
" <height>27</height>\n"
9292
" </rect>\n"
9393
" </property>\n"
9494
" <property name=\"toolTip\" >\n"

‎src/customwidgets/qgsmaplayercomboboxplugin.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ QString QgsMapLayerComboBoxPlugin::domXml() const
8787
" <rect>\n"
8888
" <x>0</x>\n"
8989
" <y>0</y>\n"
90-
" <width>300</width>\n"
91-
" <height>100</height>\n"
90+
" <width>160</width>\n"
91+
" <height>27</height>\n"
9292
" </rect>\n"
9393
" </property>\n"
9494
" <property name=\"toolTip\" >\n"

‎src/customwidgets/qgsscalevisibilitywidgetplugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ QString QgsScaleVisibilityWidgetPlugin::domXml() const
8787
" <rect>\n"
8888
" <x>0</x>\n"
8989
" <y>0</y>\n"
90-
" <width>300</width>\n"
90+
" <width>400</width>\n"
9191
" <height>100</height>\n"
9292
" </rect>\n"
9393
" </property>\n"

0 commit comments

Comments
 (0)
Please sign in to comment.