Revision: 201019
authorDremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 27 May 2010 12:45:45 +0300
changeset 5 1c5fe9af5d39
parent 3 0de9fa4800b7
child 7 446dc0e90e84
Revision: 201019 Kit: 2010121
stateproviders/ftustateprovider/src/ftuwizardactivatedstate.cpp
stateproviders/ftustateprovider/src/ftuwizardmenustate.cpp
--- a/stateproviders/ftustateprovider/src/ftuwizardactivatedstate.cpp	Fri May 14 15:42:45 2010 +0300
+++ b/stateproviders/ftustateprovider/src/ftuwizardactivatedstate.cpp	Thu May 27 12:45:45 2010 +0300
@@ -369,7 +369,7 @@
         QStandardItem* item = new QStandardItem();
         HbIcon icon(settings.mMenustripDefaultIcon.absoluteFilePath());
 
-        item->setBackground(QBrush(Qt::lightGray));
+//      item->setBackground(QBrush(Qt::lightGray));
         item->setData(icon, Qt::DecorationRole);
         
         QStringList data;
--- a/stateproviders/ftustateprovider/src/ftuwizardmenustate.cpp	Fri May 14 15:42:45 2010 +0300
+++ b/stateproviders/ftustateprovider/src/ftuwizardmenustate.cpp	Thu May 27 12:45:45 2010 +0300
@@ -196,7 +196,7 @@
             data << updatedAsString(date);
         }
 
-        newItem->setBackground(QBrush(Qt::lightGray));
+        //newItem->setBackground(QBrush(Qt::lightGray));
         newItem->setData(icon, Qt::DecorationRole);
         newItem->setData(QVariant(data), Qt::DisplayRole);