add forgotten spacing
svn path=/trunk/KDE/kdebase/workspace/; revision=754676
This commit is contained in:
parent
72ea36acce
commit
7cb4f3aa4c
1 changed files with 2 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue