Skip to content

Commit

Permalink
[ui] Fix missing spacer in the measure dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jul 24, 2019
1 parent 50a3270 commit efcb555
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/ui/qgsmeasurebase.ui
Expand Up @@ -106,6 +106,19 @@
</widget>
</item>
<item row="7" column="0" colspan="4">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="8" column="0" colspan="4">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Close|QDialogButtonBox::Help</set>
Expand Down

0 comments on commit efcb555

Please sign in to comment.