Skip to content

Commit

Permalink
increase spinbox maximum value in config.ui
Browse files Browse the repository at this point in the history
  • Loading branch information
esjeon committed Dec 4, 2018
1 parent fcdd1c5 commit 6bab433
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions res/config.ui
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@
</widget>
</item>
<item>
<widget class="QSpinBox" name="kcfg_screenGap"/>
<widget class="QSpinBox" name="kcfg_screenGap">
<property name="maximum">
<number>9999</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
Expand Down Expand Up @@ -72,7 +76,11 @@
</widget>
</item>
<item>
<widget class="QSpinBox" name="kcfg_tileLayoutGap"/>
<widget class="QSpinBox" name="kcfg_tileLayoutGap">
<property name="maximum">
<number>9999</number>
</property>
</widget>
</item>
</layout>
</item>
Expand Down

0 comments on commit 6bab433

Please sign in to comment.