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