phonebookui/pbkcommonui/src/cntfetchmarkall.cpp
changeset 61 d30183af6ca6
parent 54 47627ab5d7a4
child 66 554fe4dbbb59
--- a/phonebookui/pbkcommonui/src/cntfetchmarkall.cpp	Wed Aug 11 09:06:35 2010 +0300
+++ b/phonebookui/pbkcommonui/src/cntfetchmarkall.cpp	Mon Aug 23 16:06:28 2010 +0300
@@ -34,7 +34,6 @@
     mCheckBox = new HbCheckBox(this);
     mCheckBox->setText(hbTrId("txt_common_list_mark_all_items"));
     mCheckBox->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::MinimumExpanding);
-    
     connect(mCheckBox, SIGNAL(stateChanged(int)), this, SIGNAL(markAll(int)) );
     
     mCounterLabel = new HbTextItem( this );
@@ -43,6 +42,7 @@
     mFrame->frameDrawer().setFrameGraphicsName("qtg_fr_groupbox_normal");
     mFrame->frameDrawer().setFrameType(HbFrameDrawer::NinePieces);
     mFrame->setZValue(-2);
+    
     style()->setItemName(mFrame, "background");
            
     HbStyle::setItemName(mCheckBox,"checkbox");