Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set maximum to composer picture rotation to 360
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13722 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Jun 12, 2010
1 parent 10bdb1c commit ef36d7b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/ui/qgscomposerpicturewidgetbase.ui
Expand Up @@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>240</width>
<width>293</width>
<height>540</height>
</rect>
</property>
Expand All @@ -32,9 +32,9 @@
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>226</width>
<height>679</height>
<y>-129</y>
<width>266</width>
<height>632</height>
</rect>
</property>
<attribute name="label">
Expand Down Expand Up @@ -255,7 +255,11 @@
</widget>
</item>
<item row="7" column="0">
<widget class="QDoubleSpinBox" name="mRotationSpinBox"/>
<widget class="QDoubleSpinBox" name="mRotationSpinBox">
<property name="maximum">
<double>360.000000000000000</double>
</property>
</widget>
</item>
<item row="8" column="0">
<widget class="QCheckBox" name="mRotationFromComposerMapCheckBox">
Expand Down

0 comments on commit ef36d7b

Please sign in to comment.