This commit is contained in:
arza 2026-01-07 16:38:36 -08:00 committed by GitHub
commit 5363100918
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class Progress(QProgressBar):
STYLESHEET = """
QProgressBar {
border-radius: 0px;
border: 2px solid transparent;
border: 1px solid {{ conf.colors.statusbar.progress.bg }};
background-color: transparent;
font: {{ conf.fonts.statusbar }};
}