summaryrefslogtreecommitdiffstats
path: root/src/settingsui/network/NetworkSettings.qml
diff options
context:
space:
mode:
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) {