From 1190993583cc72693a9ca277bc2b688c24ae63c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Sat, 14 May 2022 20:45:25 +0200 Subject: [PATCH] Fix progress bar margin. --- themes/vs15/sass/_base.scss | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/themes/vs15/sass/_base.scss b/themes/vs15/sass/_base.scss index 358741d..fa685aa 100644 --- a/themes/vs15/sass/_base.scss +++ b/themes/vs15/sass/_base.scss @@ -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 {