phonebookui/pbkcommonui/src/cntaddressviewitem.cpp
changeset 47 7cbcb2896f0e
parent 31 2a11b5b00470
child 53 e6aff7b69165
--- a/phonebookui/pbkcommonui/src/cntaddressviewitem.cpp	Wed Jun 23 18:02:44 2010 +0300
+++ b/phonebookui/pbkcommonui/src/cntaddressviewitem.cpp	Tue Jul 06 14:05:47 2010 +0300
@@ -83,8 +83,8 @@
     
         HbPushButton* mLocationButton = new HbPushButton(this);
         mLocationButton->setObjectName("cntlocationbutton");
-        mLocationButton->setIcon(HbIcon("qtg_mono_location"));
         mLocationButton->setText( hbTrId("txt_phob_button_select_location") );
+        mLocationButton->setTextAlignment( Qt::AlignCenter );
     
         connect(mLocationButton, SIGNAL(clicked()), this, SLOT(launchLocationPicker()));