diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-12-07 08:13:55 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-07 08:13:55 -0800 |
commit | b144e64b9b44c7c8eeaf4cfbaa9cdc805514c405 (patch) | |
tree | e70435071d8668409eeb0cbe6ec7509aba50bcef | |
parent | 482214703b01415bb8b64c133f3f82e8d34738be (diff) | |
download | subsurface-b144e64b9b44c7c8eeaf4cfbaa9cdc805514c405.tar.gz |
Fix typo in color
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | qt-ui/maintab.cpp | 2 |
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); |