summaryrefslogtreecommitdiffstats
path: root/qt-ui
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-12-07 08:13:55 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-12-07 08:13:55 -0800
commitb144e64b9b44c7c8eeaf4cfbaa9cdc805514c405 (patch)
treee70435071d8668409eeb0cbe6ec7509aba50bcef /qt-ui
parent482214703b01415bb8b64c133f3f82e8d34738be (diff)
downloadsubsurface-b144e64b9b44c7c8eeaf4cfbaa9cdc805514c405.tar.gz
Fix typo in color
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r--qt-ui/maintab.cpp2
1 files changed, 1 insertions, 1 deletions
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<QGroupBox*>()){
box->setStyleSheet(gnomeCss);