mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 11:32:21 +08:00
ui: larger font size
old-commit-hash: d7f3690e85b2712cadaa8da2a1d153d5d915393f
This commit is contained in:
@@ -49,8 +49,8 @@ ParamsToggle::ParamsToggle(QString param, QString title, QString description, QS
|
||||
}
|
||||
|
||||
setStyleSheet(R"(
|
||||
QCheckBox { font-size: 40px }
|
||||
QLabel { font-size: 20px }
|
||||
QCheckBox { font-size: 70px }
|
||||
QLabel { font-size: 40px }
|
||||
* {
|
||||
background-color: #114265;
|
||||
}
|
||||
@@ -135,6 +135,9 @@ SettingsWindow::SettingsWindow(QWidget *parent) : QWidget(parent) {
|
||||
|
||||
setStyleSheet(R"(
|
||||
QPushButton { font-size: 40px }
|
||||
* {
|
||||
color: white;
|
||||
background-color: #072339;
|
||||
}
|
||||
)");
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user