GUI dark mode on windows: need to set the background for QHeaderView::section
This commit is contained in:
parent
0c021b5236
commit
c2fff33c40
@ -30,6 +30,9 @@ QTableView {
|
|||||||
alternate-background-color: #474747;
|
alternate-background-color: #474747;
|
||||||
background-color: #373737;
|
background-color: #373737;
|
||||||
}
|
}
|
||||||
|
QHeaderView::section {
|
||||||
|
background-color: #373737;
|
||||||
|
}
|
||||||
|
|
||||||
QToolTip {
|
QToolTip {
|
||||||
background-color: yellow;
|
background-color: yellow;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user