Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[offset] meter limit min to 1, quadrant segments min to 1
  • Loading branch information
3nids committed Feb 19, 2018
1 parent b47eb87 commit 5b499f2
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/ui/qgsoffsetuserinputwidget.ui
Expand Up @@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>362</width>
<width>430</width>
<height>142</height>
</rect>
</property>
Expand Down Expand Up @@ -102,7 +102,11 @@
</widget>
</item>
<item row="0" column="3">
<widget class="QSpinBox" name="mQuadrantSpinBox"/>
<widget class="QSpinBox" name="mQuadrantSpinBox">
<property name="minimum">
<number>1</number>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_4">
Expand All @@ -115,7 +119,11 @@
</widget>
</item>
<item row="1" column="1">
<widget class="QDoubleSpinBox" name="mMiterLimitSpinBox"/>
<widget class="QDoubleSpinBox" name="mMiterLimitSpinBox">
<property name="minimum">
<double>1.000000000000000</double>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QLabel" name="mCapStyleLabel">
Expand Down

0 comments on commit 5b499f2

Please sign in to comment.