From e0b38c0278c86b95cc0e0724223f88cdd6b69bf6 Mon Sep 17 00:00:00 2001 From: Comma Device Date: Wed, 27 Jan 2021 12:56:11 +0000 Subject: [PATCH] wifi connecting is not hidden any more --- selfdrive/ui/qt/offroad/networking.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/selfdrive/ui/qt/offroad/networking.cc b/selfdrive/ui/qt/offroad/networking.cc index 7ae81384ff..53bf945f34 100644 --- a/selfdrive/ui/qt/offroad/networking.cc +++ b/selfdrive/ui/qt/offroad/networking.cc @@ -104,7 +104,6 @@ Networking::Networking(QWidget* parent) : QWidget(parent){ background-color: #444444; } QPushButton:disabled { - padding: 20px; color: #777777; background-color: #222222; }