Skip to content

Commit e7956a5

Browse files
committedSep 13, 2013
Allow rotation +-360 degrees in ellipse marker widget
1 parent 81374eb commit e7956a5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
 

‎src/ui/symbollayer/widget_ellipse.ui

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,14 @@
206206
</widget>
207207
</item>
208208
<item row="4" column="1">
209-
<widget class="QDoubleSpinBox" name="mRotationSpinBox"/>
209+
<widget class="QDoubleSpinBox" name="mRotationSpinBox">
210+
<property name="minimum">
211+
<double>-360.000000000000000</double>
212+
</property>
213+
<property name="maximum">
214+
<double>360.000000000000000</double>
215+
</property>
216+
</widget>
210217
</item>
211218
<item row="5" column="0">
212219
<widget class="QLabel" name="mSymbolHeightLabel">

0 commit comments

Comments
 (0)
Please sign in to comment.