This commit is contained in:
Your Name
2024-04-27 13:43:16 -05:00
parent 21363ce751
commit ea1aad5ed1
128 changed files with 3533 additions and 1918 deletions

4
selfdrive/ui/qt/spinner.cc Executable file → Normal file
View File

@@ -11,7 +11,7 @@
#include <QString>
#include <QTransform>
#include "system/hardware/hw.h"
#include "system/hardware/hw.h"
#include "selfdrive/ui/qt/qt_window.h"
#include "selfdrive/ui/qt/util.h"
@@ -88,7 +88,7 @@ Spinner::Spinner(QWidget *parent) : QWidget(parent) {
}
QProgressBar::chunk {
border-radius: 10px;
background-color: rgba(179, 0, 0, 255);
background-color: rgba(23, 134, 68, 255);
}
)");