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

fix border style
This commit is contained in:
Dean Lee
2024-08-12 01:22:52 +08:00
committed by GitHub
parent ee62b9c88b
commit 85d8d0eddd

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 {