Skip to content

Commit

Permalink
Reorder Mesh vector 3D vertical scaling settings
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Jul 18, 2021
1 parent 6c3a84f commit b6c820e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/ui/3d/qgsmesh3dpropswidget.ui
Expand Up @@ -129,14 +129,14 @@
<string>Vertical Settings</string>
</property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<item row="2" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Vertical scale</string>
</property>
</widget>
</item>
<item row="0" column="1">
<item row="2" column="1">
<widget class="QgsDoubleSpinBox" name="mSpinBoxVerticaleScale">
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
Expand All @@ -152,14 +152,14 @@
</property>
</widget>
</item>
<item row="1" column="0">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Dataset group for vertical value</string>
</property>
</widget>
</item>
<item row="1" column="1">
<item row="0" column="1">
<widget class="QComboBox" name="mComboBoxDatasetVertical">
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Fixed">
Expand All @@ -169,7 +169,7 @@
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<item row="1" column="0" colspan="2">
<widget class="QCheckBox" name="mCheckBoxVerticalMagnitudeRelative">
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Fixed">
Expand Down

0 comments on commit b6c820e

Please sign in to comment.