QTfrontend/main.cpp
changeset 1197 0d935c599fa3
parent 1195 a9d237442958
child 1198 b600b0d9408c
--- a/QTfrontend/main.cpp	Tue Aug 12 09:52:57 2008 +0000
+++ b/QTfrontend/main.cpp	Tue Aug 12 10:02:34 2008 +0000
@@ -173,11 +173,14 @@
 				"}"
 
 			"QGroupBox{"
+				"background-image: url(\":/res/panelbg.png\");"
+				"background-position: bottom center;"
+				"background-repeat: repeat-x;"
 				"border: solid;"
 				"border-width: 4px;"
 				"border-radius: 16px;"
 				"border-color: orange;"
-				"background-color: #130f2c;"
+				"background-color: #010101;"
 				"color: orange;"
 				"font: bold 14px;"
 				"padding: 3px;"