mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 08:16:03 +08:00
ui: Update FirehosePanel with sunnypilot ui updates (#666)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user