mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 22:23:56 +08:00
spinner: fix missing colon in QProgressBar border style (#33258)
fix border style
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user