Index: sources/gui/qml/pages/SettingsWifi.qml =================================================================== diff -u -rf35b360054e1e2fa81bf107427fe2d50d78e9e8a -r13ac42cf8bdc5038dedd3302ba79dc387e5704b4 --- sources/gui/qml/pages/SettingsWifi.qml (.../SettingsWifi.qml) (revision f35b360054e1e2fa81bf107427fe2d50d78e9e8a) +++ sources/gui/qml/pages/SettingsWifi.qml (.../SettingsWifi.qml) (revision 13ac42cf8bdc5038dedd3302ba79dc387e5704b4) @@ -136,6 +136,7 @@ TouchRect { id: _scan anchors { bottom: _rect.bottom + bottomMargin: Variables.settingsWIFIBottomMargin left: _rect.left } @@ -160,6 +161,7 @@ textfontSize: Fonts.fontPixelTextRectExtra anchors { bottom: parent.bottom + bottomMargin: Variables.settingsWIFIBottomMargin } } @@ -168,6 +170,7 @@ anchors { top: parent.top bottom: parent.bottom + bottomMargin: _notification.height + Variables.settingsWIFIBottomMargin right: parent.right } width: Variables.settingsWIFINetworksWidth @@ -193,7 +196,7 @@ width: Variables.settingsWIFINetworkWidth color: Colors.backgroundMain border.color: Colors.borderButton - border.width: 4 + border.width: 2 radius: 20 animated: true @@ -207,6 +210,18 @@ color: Colors.textMain } + Text { + id: _securityLevel + anchors { + left: parent.left + leftMargin: 10 + bottom: parent.bottom + } + font.pixelSize: Fonts.fontPixelDialogText + text: securityTypes + color: Colors.textMain + } + onClicked: { console.debug("Clicked " + ssid + " with macAddress: " + macAddress); if (vNetworkModel.doCheckIfConnected(macAddress)) {