SoftwarePanel: remove redundant style (#21645)

pull/21657/head
Dean Lee 2021-07-20 00:27:05 +08:00 committed by GitHub
parent 41538753f9
commit e294dfa707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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<int>("UpdateFailedCount").value_or(0);