mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
Fix typo in color
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
482214703b
commit
b144e64b9b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue