Skip to content

Commit ef36d7b

Browse files
author
mhugent
committedJun 12, 2010
Set maximum to composer picture rotation to 360
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13722 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed
 

‎src/ui/qgscomposerpicturewidgetbase.ui

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>240</width>
9+
<width>293</width>
1010
<height>540</height>
1111
</rect>
1212
</property>
@@ -32,9 +32,9 @@
3232
<property name="geometry">
3333
<rect>
3434
<x>0</x>
35-
<y>0</y>
36-
<width>226</width>
37-
<height>679</height>
35+
<y>-129</y>
36+
<width>266</width>
37+
<height>632</height>
3838
</rect>
3939
</property>
4040
<attribute name="label">
@@ -255,7 +255,11 @@
255255
</widget>
256256
</item>
257257
<item row="7" column="0">
258-
<widget class="QDoubleSpinBox" name="mRotationSpinBox"/>
258+
<widget class="QDoubleSpinBox" name="mRotationSpinBox">
259+
<property name="maximum">
260+
<double>360.000000000000000</double>
261+
</property>
262+
</widget>
259263
</item>
260264
<item row="8" column="0">
261265
<widget class="QCheckBox" name="mRotationFromComposerMapCheckBox">

0 commit comments

Comments
 (0)
Please sign in to comment.