+ slBorder->setPageStep(1);
So if you click next to the thumb you don't make it go to the complete end every time. svn path=/trunk/kdebase/kwin/; revision=278724
This commit is contained in:
parent
5562570c1d
commit
6798567e4a
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ KWinDecorationModule::KWinDecorationModule(QWidget* parent, const char* name, co
|
|||
|
||||
lBorder = new QLabel( buttonPage );
|
||||
slBorder = new QSlider( Horizontal, buttonPage );
|
||||
slBorder->setPageStep(1);
|
||||
QWhatsThis::add( slBorder, i18n( "This slider shows all border sizes supported by this decoration." ));
|
||||
lBorder->setBuddy( slBorder );
|
||||
lBorder->hide();
|
||||
|
|
Loading…
Reference in a new issue