add forgotten spacing

svn path=/trunk/KDE/kdebase/workspace/; revision=754676
icc-effect-5.14.5
Thomas Zander 2007-12-30 14:23:10 +00:00
parent 72ea36acce
commit 7cb4f3aa4c
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,7 @@ KTimerDialog::KTimerDialog( int msec, TimerStyle style, QWidget *parent,
msecTotal = msecRemaining = msec;
updateInterval = 1000;
tStyle = style;
KWindowSystem::setIcons( winId(), DesktopIcon("randr"), SmallIcon("randr") );
KWindowSystem::setIcons( winId(), DesktopIcon("randr"), SmallIcon("randr") );
// default to canceling the dialog on timeout
if ( buttonMask & Cancel )
buttonOnTimeout = Cancel;
@ -75,6 +75,7 @@ KTimerDialog::KTimerDialog( int msec, TimerStyle style, QWidget *parent,
// create the widgets
mainWidget = new KVBox( this );
timerWidget = new KHBox( mainWidget );
timerWidget->setSpacing(KDialog::spacingHint());
timerLabel = new QLabel( timerWidget );
timerProgress = new QProgressBar( timerWidget );
timerProgress->setRange( 0, msecTotal );