Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[themes] Fix background color issue within group boxes
  • Loading branch information
nirvn committed Feb 9, 2019
1 parent 437e4e2 commit bfbb75a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/themes/Blend of Gray/style.qss
Expand Up @@ -526,6 +526,11 @@ QRadioButton::indicator:hover
/* GROUP */
/* ==================================================================================== */

QGroupBox {
padding-top: 1.05em;
border:1px solid rgba(0,0,0,0);
}

QGroupBox::title {
color: @text;
}
Expand Down
5 changes: 5 additions & 0 deletions resources/themes/Night Mapping/style.qss
Expand Up @@ -537,6 +537,11 @@ QRadioButton::indicator:hover
/* GROUP */
/* ==================================================================================== */

QGroupBox {
padding-top: 1.05em;
border:1px solid rgba(0,0,0,0);
}

QGroupBox::title {
color: @textlight;
}
Expand Down

0 comments on commit bfbb75a

Please sign in to comment.