Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set spinbox maximum higher than 99
  • Loading branch information
mhugent committed Jan 5, 2019
1 parent 4e29558 commit fbe70f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ui/qgsprojectpropertiesbase.ui
Expand Up @@ -2423,6 +2423,9 @@
</item>
<item>
<widget class="QSpinBox" name="mWMSMaxAtlasFeaturesSpinBox">
<property name="maximum">
<number>9999999</number>
</property>
<property name="value">
<number>1</number>
</property>
Expand Down

0 comments on commit fbe70f1

Please sign in to comment.