add forgotten spacing

svn path=/trunk/KDE/kdebase/workspace/; revision=754676
This commit is contained in:
Thomas Zander 2007-12-30 14:23:10 +00:00
parent 72ea36acce
commit 7cb4f3aa4c

View file

@ -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 );