author | tux_mike <tux_mike> | 2002-03-28 23:35:14 (UTC) |
---|---|---|
committer | tux_mike <tux_mike> | 2002-03-28 23:35:14 (UTC) |
commit | 092eafd03031a770819a42a3dd31f7e197ce1974 (patch) (unidiff) | |
tree | 3a94e822f767ba780cbbf3b3d554342e8f6e0a10 | |
parent | 6c6f578fa5ef1f83cf1ba4978015663360ac2e7e (diff) | |
download | opie-092eafd03031a770819a42a3dd31f7e197ce1974.zip opie-092eafd03031a770819a42a3dd31f7e197ce1974.tar.gz opie-092eafd03031a770819a42a3dd31f7e197ce1974.tar.bz2 |
Made a minor spacing change, makes editing a little more comfortable
-rw-r--r-- | core/pim/addressbook/contacteditor.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/pim/addressbook/contacteditor.cpp b/core/pim/addressbook/contacteditor.cpp index 0c90510..66e94ef 100644 --- a/core/pim/addressbook/contacteditor.cpp +++ b/core/pim/addressbook/contacteditor.cpp | |||
@@ -266,3 +266,3 @@ void ContactEditor::init() { | |||
266 | 266 | ||
267 | QGridLayout *gl = new QGridLayout( container ); | 267 | QGridLayout *gl = new QGridLayout( container, 1, 1, 2, 3 ); |
268 | gl->setResizeMode( QLayout::FreeResize ); | 268 | gl->setResizeMode( QLayout::FreeResize ); |
@@ -329,3 +329,3 @@ void ContactEditor::init() { | |||
329 | 329 | ||
330 | gl = new QGridLayout( container, 5, 3, 0, 1 ); | 330 | gl = new QGridLayout( container, 5, 3, 2, 3 ); |
331 | 331 | ||
@@ -394,3 +394,3 @@ void ContactEditor::init() { | |||
394 | 394 | ||
395 | gl = new QGridLayout( container, 1, 2, 0, 1 ); | 395 | gl = new QGridLayout( container, 1, 2, 2, 3 ); |
396 | 396 | ||
@@ -425,3 +425,3 @@ void ContactEditor::init() { | |||
425 | dlgName->setCaption( tr("Edit Name") ); | 425 | dlgName->setCaption( tr("Edit Name") ); |
426 | gl = new QGridLayout( dlgName, 4, 2, 0, 1 ); | 426 | gl = new QGridLayout( dlgName, 4, 2, 2, 3 ); |
427 | 427 | ||