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 committed Jan 31, 2012
1 parent f490d0a commit 80ae87b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/ui/qgslabelingguibase.ui
Expand Up @@ -359,7 +359,7 @@
<number>1</number>
</property>
<property name="maximum">
<number>10000000</number>
<number>999999999</number>
</property>
</widget>
</item>
Expand All @@ -372,7 +372,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 @@ -473,8 +473,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>646</width>
<height>484</height>
<width>658</width>
<height>451</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_13">
Expand Down Expand Up @@ -935,8 +935,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>646</width>
<height>585</height>
<width>658</width>
<height>567</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_11">
Expand Down

0 comments on commit 80ae87b

Please sign in to comment.