Skip to content

Commit

Permalink
Increase scale range (#3189)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk authored and alexbruy committed Jan 31, 2012
1 parent 17c87e1 commit 1621bc8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/ui/qgslabelingguibase.ui
Expand Up @@ -336,7 +336,7 @@
<number>1</number>
</property>
<property name="maximum">
<number>10000000</number>
<number>999999999</number>
</property>
</widget>
</item>
Expand All @@ -349,7 +349,7 @@
<number>1</number>
</property>
<property name="maximum">
<number>10000000</number>
<number>999999999</number>
</property>
<property name="value">
<number>10000000</number>
Expand Down Expand Up @@ -393,8 +393,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>643</width>
<height>435</height>
<width>658</width>
<height>451</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_13">
Expand Down Expand Up @@ -847,8 +847,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>643</width>
<height>532</height>
<width>658</width>
<height>567</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_11">
Expand Down

0 comments on commit 1621bc8

Please sign in to comment.