mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
spinner: fix missing colon in QProgressBar border style (#33258)
fix border style old-commit-hash: 85d8d0eddd91baabb6bbef59a9d1f8463b70dc90
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