QTfrontend/pages.h
changeset 1198 b600b0d9408c
parent 1194 32e854874df2
child 1199 543d1268847b
--- a/QTfrontend/pages.h	Tue Aug 12 10:02:34 2008 +0000
+++ b/QTfrontend/pages.h	Tue Aug 12 12:05:52 2008 +0000
@@ -65,6 +65,7 @@
     if (!iconed) {
       butt->setFont(*font14);
       butt->setText(btname);
+      butt->setStyleSheet("background-color: #0d0544");
     } else {
       const QIcon& lp=QIcon(btname);
       QSize sz = lp.actualSize(QSize(65535, 65535));