make wifi settings a bit nicer

old-commit-hash: b7adecdf59dc520f2ff9f11ae806ab7cbe17fe1c
This commit is contained in:
Adeeb Shihadeh
2020-12-24 14:31:13 -08:00
parent 4d2ccb3a79
commit 6e03a66575
+1 -6
View File
@@ -147,14 +147,12 @@ void WifiUI::refresh() {
QPushButton {
padding: 0;
font-size: 50px;
border-radius: 10px;
background-color: #114265;
}
QPushButton:disabled {
background-color: #323C43;
}
* {
background-color: #114265;
}
)");
countWidgets++;
}
@@ -192,9 +190,6 @@ void WifiUI::refresh() {
QPushButton:disabled {
background-color: #323C43;
}
* {
background-color: #114265;
}
)");
vlayout->addWidget(w);
}