Fix max value of slider in config dialog.
svn path=/trunk/KDE/kdebase/workspace/; revision=828874
This commit is contained in:
parent
3e45e2b0d6
commit
03404aa336
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
<item>
|
||||
<widget class="QSlider" name="slWobblyness" >
|
||||
<property name="maximum" >
|
||||
<number>6</number>
|
||||
<number>4</number>
|
||||
</property>
|
||||
<property name="orientation" >
|
||||
<enum>Qt::Horizontal</enum>
|
||||
|
|
Loading…
Reference in a new issue