Skip to content

Commit bfbb75a

Browse files
committedFeb 9, 2019
[themes] Fix background color issue within group boxes
1 parent 437e4e2 commit bfbb75a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
 

‎resources/themes/Blend of Gray/style.qss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,11 @@ QRadioButton::indicator:hover
526526
/* GROUP */
527527
/* ==================================================================================== */
528528

529+
QGroupBox {
530+
padding-top: 1.05em;
531+
border:1px solid rgba(0,0,0,0);
532+
}
533+
529534
QGroupBox::title {
530535
color: @text;
531536
}

‎resources/themes/Night Mapping/style.qss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,11 @@ QRadioButton::indicator:hover
537537
/* GROUP */
538538
/* ==================================================================================== */
539539

540+
QGroupBox {
541+
padding-top: 1.05em;
542+
border:1px solid rgba(0,0,0,0);
543+
}
544+
540545
QGroupBox::title {
541546
color: @textlight;
542547
}

0 commit comments

Comments
 (0)
Please sign in to comment.