Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Allow rotation +-360 degrees in ellipse marker widget
  • Loading branch information
mhugent committed Sep 13, 2013
1 parent 81374eb commit e7956a5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/ui/symbollayer/widget_ellipse.ui
Expand Up @@ -206,7 +206,14 @@
</widget>
</item>
<item row="4" column="1">
<widget class="QDoubleSpinBox" name="mRotationSpinBox"/>
<widget class="QDoubleSpinBox" name="mRotationSpinBox">
<property name="minimum">
<double>-360.000000000000000</double>
</property>
<property name="maximum">
<double>360.000000000000000</double>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="mSymbolHeightLabel">
Expand Down

0 comments on commit e7956a5

Please sign in to comment.