-rw-r--r-- | core/pim/today/plugins/datebook/datebookpluginconfig.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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 | |||
@@ -9,12 +9,13 @@ | |||
9 | #include <qlabel.h> | 9 | #include <qlabel.h> |
10 | #include <qhbox.h> | 10 | #include <qhbox.h> |
11 | #include <qvbox.h> | 11 | #include <qvbox.h> |
12 | 12 | ||
13 | DatebookPluginConfig::DatebookPluginConfig( QWidget* parent, const char* name) | 13 | DatebookPluginConfig::DatebookPluginConfig( QWidget* parent, const char* name) |
14 | : ConfigWidget( parent, name ) { | 14 | : ConfigWidget( parent, name ) { |
15 | 15 | ||
16 | QVBoxLayout * layout = new QVBoxLayout( this ); | 16 | QVBoxLayout * layout = new QVBoxLayout( this ); |
17 | layout->setMargin( 20 ); | ||
17 | 18 | ||
18 | QHBox *box1 = new QHBox( this ); | 19 | QHBox *box1 = new QHBox( this ); |
19 | QLabel* TextLabel4 = new QLabel( box1, "TextLabel4" ); | 20 | QLabel* TextLabel4 = new QLabel( box1, "TextLabel4" ); |
20 | TextLabel4->setText( tr( "Show location" ) ); | 21 | TextLabel4->setText( tr( "Show location" ) ); |
@@ -26,10 +27,9 @@ DatebookPluginConfig::DatebookPluginConfig( QWidget* parent, const char* name) | |||
26 | CheckBox2 = new QCheckBox( box2, "CheckBox2" ); | 27 | CheckBox2 = new QCheckBox( box2, "CheckBox2" ); |
27 | 28 | ||
28 | QHBox *box3 = new QHBox( this ); | 29 | QHBox *box3 = new QHBox( this ); |
29 | QLabel* TextLabel6 = new QLabel( box3, "All Day"); | 30 | QLabel* TextLabel6 = new QLabel( box3, "All Day"); |
30 | TextLabel6->setText( tr( "Show only later\n" | 31 | TextLabel6->setText( tr( "Show only later\n appointments") ); |
31 | "appointments") ); | ||
32 | CheckBox3 = new QCheckBox ( box3, "CheckBox3" ); | 32 | CheckBox3 = new QCheckBox ( box3, "CheckBox3" ); |
33 | 33 | ||
34 | QHBox *box4 = new QHBox( this ); | 34 | QHBox *box4 = new QHBox( this ); |
35 | QLabel *TextLabel3 = new QLabel( box4, "TextLabel3" ); | 35 | QLabel *TextLabel3 = new QLabel( box4, "TextLabel3" ); |