summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/addressbook/contacteditor.cpp8
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