From c43a5dac85b72ec2701722e64ec5bbddceb5ff5a Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Feb 2024 19:53:19 -0600 Subject: [PATCH] wip --- selfdrive/ui/qt/body.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/selfdrive/ui/qt/body.cc b/selfdrive/ui/qt/body.cc index 1f3d899..3f6026a 100644 --- a/selfdrive/ui/qt/body.cc +++ b/selfdrive/ui/qt/body.cc @@ -27,6 +27,8 @@ BodyWindow::BodyWindow(QWidget *parent) : QWidget(parent) { QWebEngineView *view = new QWebEngineView(this); view->setUrl(QUrl("http://www.fark.com/")); // Set the URL to fark.com + // Filler + QGridLayout *layout = new QGridLayout(this); layout->setSpacing(0); layout->setMargin(0); // Set margin to 0 to fill the entire window