ui: Update FirehosePanel with sunnypilot ui updates (#666)

This commit is contained in:
Jason Wen
2025-03-16 02:34:25 -04:00
committed by GitHub
parent 4ef46251a7
commit f50d7a1842
+4
View File
@@ -12,6 +12,10 @@
#include <QJsonObject>
#include <QTimer>
#ifdef SUNNYPILOT
#define UIState UIStateSP
#endif
FirehosePanel::FirehosePanel(SettingsWindow *parent) : QWidget((QWidget*)parent) {
layout = new QVBoxLayout(this);
layout->setContentsMargins(40, 40, 40, 40);