Index: sources/gui/qml/pages/settings/SettingsWiFi.qml =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -r5b9ff6266f7ca8ae9bbd5eace92d6454359791db --- sources/gui/qml/pages/settings/SettingsWiFi.qml (.../SettingsWiFi.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/gui/qml/pages/settings/SettingsWiFi.qml (.../SettingsWiFi.qml) (revision 5b9ff6266f7ca8ae9bbd5eace92d6454359791db) @@ -35,8 +35,8 @@ regExp:/^(([01]?[0-9]?[0-9]|2([0-4][0-9]|5[0-5]))\.){3}([01]?[0-9]?[0-9]|2([0-4][0-9]|5[0-5]))$/ } - labelWidth : 200 - entryWidth : 175 + labelWidth : 250 + entryWidth : 300 readonly property int spacing : 20 readonly property int leftMargin : 50 @@ -147,7 +147,7 @@ anchors.left : parent.left anchors.leftMargin : _root.leftMargin text.text : qsTr("SCAN") - width : 350 + width : 400 isDefault : true enabled :!vNetwork.scanInProgress onClicked : vNetwork.doScan() @@ -161,7 +161,7 @@ clip : true spacing : 7 y : _root.topMargin - width : 450 + width : 700 anchors.top : _ipColumn.top anchors.bottom : _scanButton.bottom anchors.right : _root.right @@ -178,7 +178,7 @@ text.elide : Text.ElideLeft text.color : _delegate.networkDelegateTextColor width : _networkList.width - Variables.minVGap - height : 75 + height : 100 radius : Variables.dialogRadius text.anchors.horizontalCenter : undefined