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

fix border style
pull/33263/head
Dean Lee 1 year ago committed by GitHub
parent ee62b9c88b
commit 85d8d0eddd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/ui/qt/spinner.cc

@ -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 {

Loading…
Cancel
Save