From b144e64b9b44c7c8eeaf4cfbaa9cdc805514c405 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 7 Dec 2013 08:13:55 -0800 Subject: Fix typo in color Signed-off-by: Dirk Hohndel --- qt-ui/maintab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp index 81c8a0724..9810ab5a8 100644 --- a/qt-ui/maintab.cpp +++ b/qt-ui/maintab.cpp @@ -123,7 +123,7 @@ MainTab::MainTab(QWidget *parent) : QTabWidget(parent), " subcontrol-position: top center;" " padding: 0 3px;" " background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1," - " stop: 0 #0E0E0, stop: 1 #FFFFFF);" + " stop: 0 #E0E0E0, stop: 1 #FFFFFF);" "}"); Q_FOREACH(QGroupBox *box, findChildren()){ box->setStyleSheet(gnomeCss); -- cgit v1.2.3-70-g09d2