From 2e6d65c17b194cc93a36b1d948634ef6e6723505 Mon Sep 17 00:00:00 2001 From: Dean Lee Date: Tue, 20 Jul 2021 00:27:05 +0800 Subject: [PATCH] SoftwarePanel: remove redundant style (#21645) old-commit-hash: e294dfa707bfb827aecf8b71009043fa290a0eac --- selfdrive/ui/qt/offroad/settings.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/selfdrive/ui/qt/offroad/settings.cc b/selfdrive/ui/qt/offroad/settings.cc index faa1d60ca3..1e3e8a6130 100644 --- a/selfdrive/ui/qt/offroad/settings.cc +++ b/selfdrive/ui/qt/offroad/settings.cc @@ -227,8 +227,6 @@ SoftwarePanel::SoftwarePanel(QWidget* parent) : QWidget(parent) { } } - setStyleSheet(R"(QLabel {font-size: 50px;})"); - fs_watch = new QFileSystemWatcher(this); QObject::connect(fs_watch, &QFileSystemWatcher::fileChanged, [=](const QString path) { int update_failed_count = params.get("UpdateFailedCount").value_or(0);