Wi-Fi dialog bugfixes

This commit is contained in:
Nicolas Mailloux 2022-03-03 23:21:17 -05:00
parent 1671f78e5b
commit d512a3a259
2 changed files with 2 additions and 1 deletions

View file

@ -113,6 +113,7 @@ void wifiDialog::on_connectBtn_clicked()
connect(generalDialogWindow, SIGNAL(showToast(QString)), SLOT(showToastNative(QString)));
connect(generalDialogWindow, SIGNAL(closeIndefiniteToast()), SLOT(closeIndefiniteToastNative()));
connect(generalDialogWindow, SIGNAL(destroyed(QObject*)), SLOT(close()));
generalDialogWindow->show();
}
}

View file

@ -40,7 +40,7 @@
<item row="1" column="0">
<widget class="QListView" name="networksListWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>