From 85d8d0eddd91baabb6bbef59a9d1f8463b70dc90 Mon Sep 17 00:00:00 2001 From: Dean Lee Date: Mon, 12 Aug 2024 01:22:52 +0800 Subject: [PATCH] spinner: fix missing colon in QProgressBar border style (#33258) fix border style --- selfdrive/ui/qt/spinner.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/qt/spinner.cc b/selfdrive/ui/qt/spinner.cc index 2404efa668..4bb697d9e8 100644 --- a/selfdrive/ui/qt/spinner.cc +++ b/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 {