Skip to content

Commit d9a151f

Browse files
author
mhugent
committedFeb 22, 2010
Equal maximum values for grid interval x and y. Fixes ticket #2459
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12962 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
 

‎src/ui/qgscomposermapwidgetbase.ui

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
<item row="0" column="0">
2727
<widget class="QToolBox" name="toolBox">
2828
<property name="currentIndex">
29-
<number>1</number>
29+
<number>0</number>
3030
</property>
3131
<widget class="QWidget" name="page">
3232
<property name="geometry">
3333
<rect>
3434
<x>0</x>
35-
<y>-68</y>
36-
<width>386</width>
37-
<height>419</height>
35+
<y>0</y>
36+
<width>377</width>
37+
<height>455</height>
3838
</rect>
3939
</property>
4040
<attribute name="label">
@@ -195,8 +195,8 @@
195195
<rect>
196196
<x>0</x>
197197
<y>0</y>
198-
<width>386</width>
199-
<height>352</height>
198+
<width>394</width>
199+
<height>347</height>
200200
</rect>
201201
</property>
202202
<attribute name="label">
@@ -311,9 +311,9 @@
311311
<property name="geometry">
312312
<rect>
313313
<x>0</x>
314-
<y>-448</y>
315-
<width>386</width>
316-
<height>805</height>
314+
<y>-54</y>
315+
<width>377</width>
316+
<height>789</height>
317317
</rect>
318318
</property>
319319
<attribute name="label">
@@ -370,7 +370,7 @@
370370
<number>5</number>
371371
</property>
372372
<property name="maximum">
373-
<double>999999.000000000000000</double>
373+
<double>9999999.000000000000000</double>
374374
</property>
375375
</widget>
376376
</item>

0 commit comments

Comments
 (0)
Please sign in to comment.