Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move "Offset from label" and "Offset from feature" close to each other
  • Loading branch information
DelazJ authored and nyalldawson committed Jul 22, 2021
1 parent b711825 commit d23c46b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions src/ui/callouts/widget_curvedlinecallout.ui
Expand Up @@ -99,7 +99,7 @@
</property>
</widget>
</item>
<item row="4" column="1">
<item row="6" column="1">
<widget class="QgsDoubleSpinBox" name="mOffsetFromLabelSpin">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
Expand Down Expand Up @@ -131,28 +131,28 @@
</property>
</widget>
</item>
<item row="6" column="0" colspan="3">
<item row="4" column="0" colspan="3">
<widget class="QCheckBox" name="mDrawToAllPartsCheck">
<property name="text">
<string>Draw lines to all feature parts</string>
</property>
</widget>
</item>
<item row="6" column="3">
<item row="4" column="3">
<widget class="QgsPropertyOverrideButton" name="mDrawToAllPartsDDBtn">
<property name="text">
<string>…</string>
</property>
</widget>
</item>
<item row="4" column="0">
<item row="6" column="0">
<widget class="QLabel" name="mOffsetFromLabelLbl">
<property name="text">
<string>Offset from label area</string>
</property>
</widget>
</item>
<item row="4" column="3">
<item row="6" column="3">
<widget class="QgsPropertyOverrideButton" name="mOffsetFromLabelDDBtn">
<property name="text">
<string>…</string>
Expand Down Expand Up @@ -267,7 +267,7 @@
<item row="5" column="1" colspan="2">
<widget class="QComboBox" name="mLabelAnchorPointComboBox"/>
</item>
<item row="4" column="2">
<item row="6" column="2">
<widget class="QgsUnitSelectionWidget" name="mOffsetFromLabelUnitWidget" native="true">
<property name="minimumSize">
<size>
Expand Down
12 changes: 6 additions & 6 deletions src/ui/callouts/widget_simplelinecallout.ui
Expand Up @@ -34,7 +34,7 @@
<property name="topMargin">
<number>0</number>
</property>
<item row="4" column="3">
<item row="2" column="3">
<widget class="QgsPropertyOverrideButton" name="mDrawToAllPartsDDBtn">
<property name="text">
<string>…</string>
Expand All @@ -48,7 +48,7 @@
</property>
</widget>
</item>
<item row="2" column="1">
<item row="4" column="1">
<widget class="QgsDoubleSpinBox" name="mOffsetFromLabelSpin">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
Expand Down Expand Up @@ -113,7 +113,7 @@
</property>
</widget>
</item>
<item row="2" column="3">
<item row="4" column="3">
<widget class="QgsPropertyOverrideButton" name="mOffsetFromLabelDDBtn">
<property name="text">
<string>…</string>
Expand Down Expand Up @@ -150,7 +150,7 @@
</property>
</widget>
</item>
<item row="2" column="0">
<item row="4" column="0">
<widget class="QLabel" name="mOffsetFromLabelLbl">
<property name="text">
<string>Offset from label area</string>
Expand Down Expand Up @@ -206,7 +206,7 @@
</property>
</widget>
</item>
<item row="2" column="2">
<item row="4" column="2">
<widget class="QgsUnitSelectionWidget" name="mOffsetFromLabelUnitWidget" native="true">
<property name="minimumSize">
<size>
Expand All @@ -219,7 +219,7 @@
</property>
</widget>
</item>
<item row="4" column="0" colspan="3">
<item row="2" column="0" colspan="3">
<widget class="QCheckBox" name="mDrawToAllPartsCheck">
<property name="text">
<string>Draw lines to all feature parts</string>
Expand Down

0 comments on commit d23c46b

Please sign in to comment.