summaryrefslogtreecommitdiffstats
path: root/src/settingsui/network/NetworkSettings.qml
diff options
context:
space:
mode:
authorTeemu Holappa <teemu.holappa@qt.io>2016-10-12 10:17:34 +0300
committerTeemu Holappa <teemu.holappa@qt.io>2016-11-04 11:26:54 +0000
commite6475dfe5a4209ad6142c2400dec6b9fc4ef5f07 (patch)
treee54a446420c01aa62dcd647854aa9402f7f687de /src/settingsui/network/NetworkSettings.qml
parent52aa422d12aad5603891d8296e3a41ca2cb63fc9 (diff)
Fix Wifi utils connection view
Fixed the access point selection combobox to show the connected service properly. Fixed layout problems when Virtual Keyboard is active. Change-Id: Id1b05c4e12655eb93df91a78b979ad8fcf3361f5 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'src/settingsui/network/NetworkSettings.qml')
-rw-r--r--src/settingsui/network/NetworkSettings.qml6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/settingsui/network/NetworkSettings.qml b/src/settingsui/network/NetworkSettings.qml
index 52ab1af..9385ee1 100644
--- a/src/settingsui/network/NetworkSettings.qml
+++ b/src/settingsui/network/NetworkSettings.qml
@@ -33,13 +33,15 @@ import QtDeviceUtilities.NetworkSettings 1.0
Item {
property string title: qsTr("Network Settings")
+
GroupBox {
id: networkSelect
anchors.rightMargin: parent.width * 0.618
+ anchors.left: parent.left
anchors.leftMargin: 20
+ anchors.top: parent.top
anchors.topMargin: 20
- anchors.bottomMargin: 20
- anchors.fill: parent
+
title: qsTr("Select Connection")
function stateToStr(serviceState) {