GUI dark mode on windows: need to set the background for QHeaderView::section

This commit is contained in:
Jean-Francois Dockes 2021-04-12 13:59:49 +01:00
parent 0c021b5236
commit c2fff33c40

View File

@ -30,6 +30,9 @@ QTableView {
alternate-background-color: #474747;
background-color: #373737;
}
QHeaderView::section {
background-color: #373737;
}
QToolTip {
background-color: yellow;