Add missing lower and upper bounds to the rows spinbox.
Summary: 0 rows makes no sense. Setting than 20 rows make no sense when the number of desktops is limited to 20. BUG:387594 Reviewers: #plasma, graesslin Subscribers: kwin, plasma-devel, #kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D9199
This commit is contained in:
parent
b65d504a49
commit
06a9a2a468
1 changed files with 6 additions and 0 deletions
|
@ -92,6 +92,12 @@
|
|||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>1</number>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>20</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
|
Loading…
Reference in a new issue