phonebookui/pbkcommonui/src/cntfetchmarkall.cpp
changeset 65 ae724a111993
parent 59 a642906a277a
child 71 7cc7d74059f9
--- a/phonebookui/pbkcommonui/src/cntfetchmarkall.cpp	Wed Aug 18 09:39:00 2010 +0300
+++ b/phonebookui/pbkcommonui/src/cntfetchmarkall.cpp	Thu Sep 02 20:16:15 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");