diff widgets/SearchWidget.cpp @ 162:faafebcf67a2

new colors
author benoitrigolleau
date Thu, 15 Nov 2007 16:48:50 +0000
parents 685e31447355
children a6b881972a62
line wrap: on
line diff
--- a/widgets/SearchWidget.cpp	Thu Nov 15 15:04:49 2007 +0000
+++ b/widgets/SearchWidget.cpp	Thu Nov 15 16:48:50 2007 +0000
@@ -13,6 +13,7 @@
 
 #include "SearchWidget.h"
 
+
 #include <QGroupBox>
 #include <QLabel>
 #include <QLineEdit>
@@ -189,6 +190,8 @@
 	case PropertyContainer::ValueProperty:
 	{
 		QComboBox* box = new QComboBox();
+		box->setStyleSheet("background-color:white;");
+
 
 		box->addItems(curTheme->getPropertyRange(name));