spinner: fix missing colon in QProgressBar border style (#33258)

fix border style
old-commit-hash: 85d8d0eddd91baabb6bbef59a9d1f8463b70dc90
This commit is contained in:
Dean Lee
2024-08-12 01:22:52 +08:00
committed by GitHub
parent 162436088f
commit 056426a674
+1 -1
View File
@@ -83,7 +83,7 @@ Spinner::Spinner(QWidget *parent) : QWidget(parent) {
QProgressBar {
background-color: #373737;
width: 1000px;
border solid white;
border: 1px solid white;
border-radius: 10px;
}
QProgressBar::chunk {