diff widgets/SearchWidget.cpp @ 159:685e31447355

add videoIcon and new LNF for the advanced toolbox
author benoitrigolleau
date Thu, 15 Nov 2007 14:41:11 +0000
parents e9bc2730a7b5
children faafebcf67a2
line wrap: on
line diff
--- a/widgets/SearchWidget.cpp	Thu Nov 15 13:47:07 2007 +0000
+++ b/widgets/SearchWidget.cpp	Thu Nov 15 14:41:11 2007 +0000
@@ -189,6 +189,7 @@
 	case PropertyContainer::ValueProperty:
 	{
 		QComboBox* box = new QComboBox();
+
 		box->addItems(curTheme->getPropertyRange(name));
 
 		connect(box, SIGNAL(currentIndexChanged(int)), curTheme, SLOT(setProperty(int)));