From 9204c61f669fb265f6c5f14bfd6ca363a2929e40 Mon Sep 17 00:00:00 2001 From: harlekin Date: Thu, 19 Sep 2002 21:03:45 +0000 Subject: config widget a bit nicer --- (limited to 'core/pim/today/plugins/datebook/datebookpluginconfig.cpp') diff --git a/core/pim/today/plugins/datebook/datebookpluginconfig.cpp b/core/pim/today/plugins/datebook/datebookpluginconfig.cpp index 51be40e..0f60c28 100644 --- a/core/pim/today/plugins/datebook/datebookpluginconfig.cpp +++ b/core/pim/today/plugins/datebook/datebookpluginconfig.cpp @@ -10,10 +10,11 @@ #include #include -DatebookPluginConfig::DatebookPluginConfig( QWidget* parent, const char* name) +DatebookPluginConfig::DatebookPluginConfig( QWidget* parent, const char* name) : ConfigWidget( parent, name ) { QVBoxLayout * layout = new QVBoxLayout( this ); + layout->setMargin( 20 ); QHBox *box1 = new QHBox( this ); QLabel* TextLabel4 = new QLabel( box1, "TextLabel4" ); @@ -27,8 +28,7 @@ DatebookPluginConfig::DatebookPluginConfig( QWidget* parent, const char* name) QHBox *box3 = new QHBox( this ); QLabel* TextLabel6 = new QLabel( box3, "All Day"); - TextLabel6->setText( tr( "Show only later\n" - "appointments") ); + TextLabel6->setText( tr( "Show only later\n appointments") ); CheckBox3 = new QCheckBox ( box3, "CheckBox3" ); QHBox *box4 = new QHBox( this ); -- cgit v0.9.0.2