Fix progress bar margin.

This commit is contained in:
Mikaël Capelle
2022-05-14 20:45:33 +02:00
parent 8a095af5b7
commit 1190993583
+10 -7
View File
@@ -164,13 +164,16 @@ QAbstractItemView[filtered=true] {
border: 2px solid #f00 !important;
}
QAbstractItemView::item {
background: $color-item-background;
}
// should be a fix for Qt6 but breaks highlighting of mods, so keeping
// the bug for now
QAbstractItemView::item:alternate {
background: $color-item-background-alt;
}
// QAbstractItemView::item {
// background: $color-item-background;
// }
// QAbstractItemView::item:alternate {
// background: $color-item-background-alt;
// }
QAbstractItemView,
QListView,
@@ -858,7 +861,7 @@ QProgressBar {
text-align: center;
border-style: solid;
border-width: 1px;
margin: 0 10px;
margin: 0px;
}
QProgressBar::chunk {