From b8aecdb78c15c6489926df098a8b2cc093de24b2 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Feb 2024 04:02:33 -0600 Subject: [PATCH] wip --- selfdrive/ui/qt/body.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/qt/body.cc b/selfdrive/ui/qt/body.cc index e405a39..ca50312 100644 --- a/selfdrive/ui/qt/body.cc +++ b/selfdrive/ui/qt/body.cc @@ -47,7 +47,7 @@ LogoWidget::LogoWidget(QWidget *parent) : QWidget(parent) { // connect(&m_anim, SIGNAL(valueChanged(QVariant)), SLOT(update())); } -BodyWindow::BodyWindow(QWidget *parent) : fuel_filter(1.0, 5., 1. / UI_FREQ), QWidget(parent) { +BodyWindow::BodyWindow(QWidget *parent) : QWidget(parent) { QGridLayout *layout = new QGridLayout(this); main_layout->setSpacing(0); main_layout->setMargin(200);