From c28cf4e16b38b31729f9306db98b5c033af9b1bb Mon Sep 17 00:00:00 2001 From: Rick Lan Date: Sun, 23 Jun 2024 21:47:47 +0800 Subject: [PATCH] reduce size --- selfdrive/ui/qt/widgets/controls.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/selfdrive/ui/qt/widgets/controls.h b/selfdrive/ui/qt/widgets/controls.h index c90a481bd..96f5b29b4 100644 --- a/selfdrive/ui/qt/widgets/controls.h +++ b/selfdrive/ui/qt/widgets/controls.h @@ -190,10 +190,10 @@ public: const std::vector &button_texts, const int minimum_button_width = 225) : AbstractControl(title, desc, icon) { const QString style = R"( QPushButton { - border-radius: 50px; - font-size: 40px; + border-radius: 40px; + font-size: 32px; font-weight: 500; - height:100px; + height:80px; padding: 0 25 0 25; color: #E4E4E4; background-color: #393939;