Skip to content

Commit

Permalink
Equal maximum values for grid interval x and y. Fixes ticket #2459
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@12962 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Feb 22, 2010
1 parent e988e21 commit c9c41d5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/ui/qgscomposermapwidgetbase.ui
Expand Up @@ -26,15 +26,15 @@
<item row="0" column="0">
<widget class="QToolBox" name="toolBox">
<property name="currentIndex">
<number>1</number>
<number>0</number>
</property>
<widget class="QWidget" name="page">
<property name="geometry">
<rect>
<x>0</x>
<y>-68</y>
<width>386</width>
<height>419</height>
<y>0</y>
<width>377</width>
<height>455</height>
</rect>
</property>
<attribute name="label">
Expand Down Expand Up @@ -195,8 +195,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>386</width>
<height>352</height>
<width>394</width>
<height>347</height>
</rect>
</property>
<attribute name="label">
Expand Down Expand Up @@ -311,9 +311,9 @@
<property name="geometry">
<rect>
<x>0</x>
<y>-448</y>
<width>386</width>
<height>805</height>
<y>-54</y>
<width>377</width>
<height>789</height>
</rect>
</property>
<attribute name="label">
Expand Down Expand Up @@ -370,7 +370,7 @@
<number>5</number>
</property>
<property name="maximum">
<double>999999.000000000000000</double>
<double>9999999.000000000000000</double>
</property>
</widget>
</item>
Expand Down

0 comments on commit c9c41d5

Please sign in to comment.