Skip to content

Commit

Permalink
Increase spin box limits
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Aug 25, 2018
1 parent eae59bb commit 0fd2962
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/ui/layout/qgslayout3dmapwidgetbase.ui
Expand Up @@ -95,10 +95,10 @@
<number>1</number>
</property>
<property name="minimum">
<double>-999999.000000000000000</double>
<double>-9999999.000000000000000</double>
</property>
<property name="maximum">
<double>999999.000000000000000</double>
<double>9999999.000000000000000</double>
</property>
</widget>
</item>
Expand All @@ -115,10 +115,10 @@
<number>1</number>
</property>
<property name="minimum">
<double>-999999.000000000000000</double>
<double>-9999999.000000000000000</double>
</property>
<property name="maximum">
<double>999999.000000000000000</double>
<double>9999999.000000000000000</double>
</property>
</widget>
</item>
Expand All @@ -135,10 +135,10 @@
<number>1</number>
</property>
<property name="minimum">
<double>-999999.000000000000000</double>
<double>-9999999.000000000000000</double>
</property>
<property name="maximum">
<double>999999.000000000000000</double>
<double>9999999.000000000000000</double>
</property>
</widget>
</item>
Expand All @@ -155,7 +155,7 @@
<number>1</number>
</property>
<property name="maximum">
<double>999999.000000000000000</double>
<double>9999999.000000000000000</double>
</property>
</widget>
</item>
Expand Down

0 comments on commit 0fd2962

Please sign in to comment.