author | harlekin <harlekin> | 2002-09-19 21:03:45 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-09-19 21:03:45 (UTC) |
commit | 9204c61f669fb265f6c5f14bfd6ca363a2929e40 (patch) (unidiff) | |
tree | 68beed370a41f3b3686dc346727885f7dbd6f7b2 | |
parent | c03cc47ea4ecba39c89283f9bfc3ee55f572793f (diff) | |
download | opie-9204c61f669fb265f6c5f14bfd6ca363a2929e40.zip opie-9204c61f669fb265f6c5f14bfd6ca363a2929e40.tar.gz opie-9204c61f669fb265f6c5f14bfd6ca363a2929e40.tar.bz2 |
config widget a bit nicer
-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 | |||
@@ -12,3 +12,3 @@ | |||
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 ) { |
@@ -16,2 +16,3 @@ DatebookPluginConfig::DatebookPluginConfig( QWidget* parent, const char* name) | |||
16 | QVBoxLayout * layout = new QVBoxLayout( this ); | 16 | QVBoxLayout * layout = new QVBoxLayout( this ); |
17 | layout->setMargin( 20 ); | ||
17 | 18 | ||
@@ -29,4 +30,3 @@ DatebookPluginConfig::DatebookPluginConfig( QWidget* parent, const char* name) | |||
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" ); |