Skip to content

Commit

Permalink
Remove unnecessary space at the bottom of widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Jun 4, 2018
1 parent 70cb120 commit b856538
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ui/qgspropertycolorassistantwidget.ui
Expand Up @@ -19,7 +19,7 @@
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
<height>0</height>
</size>
</property>
</spacer>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgspropertygenericnumericassistantwidget.ui
Expand Up @@ -102,7 +102,7 @@
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
<height>0</height>
</size>
</property>
</spacer>
Expand Down
9 changes: 8 additions & 1 deletion src/ui/qgspropertysizeassistantwidget.ui
Expand Up @@ -112,7 +112,7 @@
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
<height>0</height>
</size>
</property>
</spacer>
Expand All @@ -126,6 +126,13 @@
<header>qgsdoublespinbox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>minSizeSpinBox</tabstop>
<tabstop>maxSizeSpinBox</tabstop>
<tabstop>scaleMethodComboBox</tabstop>
<tabstop>exponentSpinBox</tabstop>
<tabstop>nullSizeSpinBox</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>

0 comments on commit b856538

Please sign in to comment.