summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/datebook/datebookpluginconfig.cpp
authorharlekin <harlekin>2002-09-19 21:03:45 (UTC)
committer harlekin <harlekin>2002-09-19 21:03:45 (UTC)
commit9204c61f669fb265f6c5f14bfd6ca363a2929e40 (patch) (side-by-side diff)
tree68beed370a41f3b3686dc346727885f7dbd6f7b2 /core/pim/today/plugins/datebook/datebookpluginconfig.cpp
parentc03cc47ea4ecba39c89283f9bfc3ee55f572793f (diff)
downloadopie-9204c61f669fb265f6c5f14bfd6ca363a2929e40.zip
opie-9204c61f669fb265f6c5f14bfd6ca363a2929e40.tar.gz
opie-9204c61f669fb265f6c5f14bfd6ca363a2929e40.tar.bz2
config widget a bit nicer
Diffstat (limited to 'core/pim/today/plugins/datebook/datebookpluginconfig.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/plugins/datebook/datebookpluginconfig.cpp6
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
@@ -10,10 +10,11 @@
#include <qhbox.h>
#include <qvbox.h>
-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 );