summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--core/pim/addressbook/contacteditor.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/pim/addressbook/contacteditor.cpp b/core/pim/addressbook/contacteditor.cpp
index 7682399..0b65a10 100644
--- a/core/pim/addressbook/contacteditor.cpp
+++ b/core/pim/addressbook/contacteditor.cpp
@@ -139,2 +139,4 @@ void ContactEditor::init() {
139 svGeneral->setResizePolicy( QScrollView::AutoOneFit ); 139 svGeneral->setResizePolicy( QScrollView::AutoOneFit );
140 // svGeneral->setHScrollBarMode( QScrollView::AlwaysOff );
141 // svGeneral->setVScrollBarMode( QScrollView::AlwaysOff );
140 svGeneral->setFrameStyle( QFrame::NoFrame ); 142 svGeneral->setFrameStyle( QFrame::NoFrame );
@@ -776,2 +778,3 @@ bool ContactEditor::cmbChooserChange( int index, QWidgetStack* inputStack, int w
776 defaultEmailChooserPosition = -1; 778 defaultEmailChooserPosition = -1;
779 }
777 QComboBox* cmbo = ( QComboBox* ) inputStack -> widget( Combo ); 780 QComboBox* cmbo = ( QComboBox* ) inputStack -> widget( Combo );
@@ -784,4 +787,2 @@ bool ContactEditor::cmbChooserChange( int index, QWidgetStack* inputStack, int w
784 787
785 }
786
787 // Caller should initialize the responsible textfield, therefore 788 // Caller should initialize the responsible textfield, therefore