author | zautrix <zautrix> | 2005-07-04 11:32:53 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-07-04 11:32:53 (UTC) |
commit | 172078c08cd183e9f7ec913a9bf42426e3585b78 (patch) (unidiff) | |
tree | d0f82f7495287ca23db2faf0ed541dc42b087464 | |
parent | e19b410f43c4fcf35d3d62fc312d1b5251068691 (diff) | |
download | kdepimpi-172078c08cd183e9f7ec913a9bf42426e3585b78.zip kdepimpi-172078c08cd183e9f7ec913a9bf42426e3585b78.tar.gz kdepimpi-172078c08cd183e9f7ec913a9bf42426e3585b78.tar.bz2 |
layout fix
-rw-r--r-- | korganizer/koeditorgeneral.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/korganizer/koeditorgeneral.cpp b/korganizer/koeditorgeneral.cpp index 753630b..407a5d5 100644 --- a/korganizer/koeditorgeneral.cpp +++ b/korganizer/koeditorgeneral.cpp | |||
@@ -122,13 +122,14 @@ void KOEditorGeneral::initHeader(QWidget *parent,QBoxLayout *topLayout) | |||
122 | headerLayout->setColStretch( 3, 10); | 122 | headerLayout->setColStretch( 3, 10); |
123 | mCalendarBox->setMaximumWidth( 64 ); | 123 | mCalendarBox->setMaximumWidth( 64 ); |
124 | } | 124 | } |
125 | else { | 125 | else { |
126 | headerLayout->addWidget(mLocationEdit,1,1); | 126 | headerLayout->addWidget(mLocationEdit,1,1); |
127 | headerLayout->addWidget(mCalendarBox,1,2); | 127 | headerLayout->addWidget(mCalendarBox,1,2); |
128 | headerLayout->setColStretch( 1, 10); | 128 | headerLayout->setColStretch( 1, 3); |
129 | headerLayout->setColStretch( 2, 1); | ||
129 | } | 130 | } |
130 | 131 | ||
131 | } | 132 | } |
132 | void KOEditorGeneral::setFocusOn( int i ) | 133 | void KOEditorGeneral::setFocusOn( int i ) |
133 | { | 134 | { |
134 | mNextFocus = i; | 135 | mNextFocus = i; |