From 40a74fe1369203d1aebf74ad01130f7b9984d45e Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Mon, 4 Jan 2021 11:28:28 +0100 Subject: [PATCH] round close button old-commit-hash: 493937d2d90ba6ed6512975e9821b777ffe1a65c --- selfdrive/ui/qt/offroad/settings.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/selfdrive/ui/qt/offroad/settings.cc b/selfdrive/ui/qt/offroad/settings.cc index e0c909d2b6..0b5a62e95d 100644 --- a/selfdrive/ui/qt/offroad/settings.cc +++ b/selfdrive/ui/qt/offroad/settings.cc @@ -221,10 +221,10 @@ SettingsWindow::SettingsWindow(QWidget *parent) : QFrame(parent) { font-size: 90px; font-weight: bold; border 1px grey solid; - border-radius: 7px; + border-radius: 100px; background-color: #292929; )"); - close_btn->setFixedSize(200, 180); + close_btn->setFixedSize(200, 200); sidebar_layout->addSpacing(45); sidebar_layout->addWidget(close_btn, 0, Qt::AlignLeft); QObject::connect(close_btn, SIGNAL(released()), this, SIGNAL(closeSettings()));