This commit is contained in:
2025-12-09 10:09:25 +03:00
parent 05fce073f1
commit 6a48bf4cb2
3 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ QPushButton, QToolButton {
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #f6f7fa, stop: 1 #dadbde);
min-width: 75px;
height: 50px;
height: 55px;
padding: 1px;
qproperty-iconSize: 32px;
@@ -134,7 +134,7 @@ QDialogButtonBox {
QCheckBox {
spacing: 20px;
}
QCheckBox#checkAutoStart {
QCheckBox#checkAutoStart, QCheckBox#checkLocalhost {
spacing: 0px;
}