mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-22 00:33:44 +08:00
UI style improvements with improved keyboard (#2710)
* fix spaces and make spacebar dynamically sized * some spaces and a comment * more spaces * const Co-authored-by: Comma Device <device@comma.ai> old-commit-hash: 3e466aa528dfaf40063c209189bb3c9ece3bf26b
This commit is contained in:
@@ -76,10 +76,10 @@ QWidget * Setup::network_setup() {
|
||||
|
||||
WifiUI *wifi = new WifiUI(this, 6);
|
||||
main_layout->addWidget(wifi);
|
||||
QObject::connect(wifi, &WifiUI::openKeyboard, this, [=](){
|
||||
QObject::connect(wifi, &WifiUI::openKeyboard, this, [=]() {
|
||||
this->continue_btn->setVisible(false);
|
||||
});
|
||||
QObject::connect(wifi, &WifiUI::closeKeyboard, this, [=](){
|
||||
QObject::connect(wifi, &WifiUI::closeKeyboard, this, [=]() {
|
||||
this->continue_btn->setVisible(true);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user