Skip to content

Commit

Permalink
better initial size for widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed May 12, 2014
1 parent 105155b commit 196d7d8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/customwidgets/qgsfieldcomboboxplugin.cpp
Expand Up @@ -87,8 +87,8 @@ QString QgsFieldComboBoxPlugin::domXml() const
" <rect>\n"
" <x>0</x>\n"
" <y>0</y>\n"
" <width>300</width>\n"
" <height>100</height>\n"
" <width>160</width>\n"
" <height>27</height>\n"
" </rect>\n"
" </property>\n"
" <property name=\"toolTip\" >\n"
Expand Down
4 changes: 2 additions & 2 deletions src/customwidgets/qgsfieldexpressionwidgetplugin.cpp
Expand Up @@ -87,8 +87,8 @@ QString QgsFieldExpressionWidgetPlugin::domXml() const
" <rect>\n"
" <x>0</x>\n"
" <y>0</y>\n"
" <width>300</width>\n"
" <height>100</height>\n"
" <width>200</width>\n"
" <height>27</height>\n"
" </rect>\n"
" </property>\n"
" <property name=\"toolTip\" >\n"
Expand Down
4 changes: 2 additions & 2 deletions src/customwidgets/qgsmaplayercomboboxplugin.cpp
Expand Up @@ -87,8 +87,8 @@ QString QgsMapLayerComboBoxPlugin::domXml() const
" <rect>\n"
" <x>0</x>\n"
" <y>0</y>\n"
" <width>300</width>\n"
" <height>100</height>\n"
" <width>160</width>\n"
" <height>27</height>\n"
" </rect>\n"
" </property>\n"
" <property name=\"toolTip\" >\n"
Expand Down
2 changes: 1 addition & 1 deletion src/customwidgets/qgsscalevisibilitywidgetplugin.cpp
Expand Up @@ -87,7 +87,7 @@ QString QgsScaleVisibilityWidgetPlugin::domXml() const
" <rect>\n"
" <x>0</x>\n"
" <y>0</y>\n"
" <width>300</width>\n"
" <width>400</width>\n"
" <height>100</height>\n"
" </rect>\n"
" </property>\n"
Expand Down

0 comments on commit 196d7d8

Please sign in to comment.