mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-27 00:42:05 +08:00
make wifi settings a bit nicer
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user