Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unnecessary vertical spacer
  • Loading branch information
DelazJ authored and nyalldawson committed Sep 27, 2021
1 parent 298f190 commit 675c739
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 30 deletions.
15 changes: 1 addition & 14 deletions src/ui/mesh/qgsmeshcalculatordialogbase.ui
Expand Up @@ -265,19 +265,6 @@
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
Expand Down Expand Up @@ -340,7 +327,7 @@
</layout>
</item>
<item>
<spacer name="verticalSpacer_2">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
Expand Down
19 changes: 3 additions & 16 deletions src/ui/qgsrastercalcdialogbase.ui
Expand Up @@ -173,7 +173,7 @@
</item>
</layout>
</item>
<item row="8" column="0" colspan="4">
<item row="7" column="0" colspan="4">
<widget class="QCheckBox" name="mAddResultToProjectCheckBox">
<property name="text">
<string>Add result to project</string>
Expand Down Expand Up @@ -204,8 +204,8 @@
</property>
</widget>
</item>
<item row="9" column="0">
<spacer name="verticalSpacer_2">
<item row="8" column="0">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
Expand All @@ -230,19 +230,6 @@
</property>
</widget>
</item>
<item row="7" column="1">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="4" column="0">
<widget class="QPushButton" name="mCurrentLayerExtentButton">
<property name="text">
Expand Down

0 comments on commit 675c739

Please sign in to comment.