--- 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);