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.qml24
1 files changed, 1 insertions, 23 deletions
diff --git a/src/settingsui/network/NetworkSettings.qml b/src/settingsui/network/NetworkSettings.qml
index 56c62a8..0becc55 100644
--- a/src/settingsui/network/NetworkSettings.qml
+++ b/src/settingsui/network/NetworkSettings.qml
@@ -33,31 +33,9 @@ import QtDeviceUtilities.NetworkSettings 1.0
import QtDemoLauncher.QtButtonImageProvider 1.0
Item {
- Text {
- id: networkText
- anchors.top: parent.top
- anchors.left: parent.left
- fontSizeMode: Text.Fit
- minimumPixelSize: 1
- font.pixelSize: parent.height * 0.05
- color: "white"
- text: qsTr("Network")
- font.family: appFont
- font.styleName: "Bold"
- }
-
- Rectangle {
- id: btmLine
- anchors.top: networkText.bottom
- anchors.topMargin: parent.height * 0.025
- anchors.left: networkText.left
- width: parent.width * 0.275
- height: parent.height * 0.005
- }
-
NetworkListView {
id: networkList
- anchors.top: btmLine.bottom
+ anchors.top: parent.top
anchors.topMargin: parent.height * 0.025
anchors.left: parent.left
anchors.right: parent.right