We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 81374eb commit e7956a5Copy full SHA for e7956a5
src/ui/symbollayer/widget_ellipse.ui
@@ -206,7 +206,14 @@
206
</widget>
207
</item>
208
<item row="4" column="1">
209
- <widget class="QDoubleSpinBox" name="mRotationSpinBox"/>
+ <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
216
+ </widget>
217
218
<item row="5" column="0">
219
<widget class="QLabel" name="mSymbolHeightLabel">
0 commit comments