summaryrefslogtreecommitdiffstats
path: root/src/settingsui/network/WiredSettings.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/settingsui/network/WiredSettings.qml')
-rw-r--r--src/settingsui/network/WiredSettings.qml10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/settingsui/network/WiredSettings.qml b/src/settingsui/network/WiredSettings.qml
index 9359484..294e1a2 100644
--- a/src/settingsui/network/WiredSettings.qml
+++ b/src/settingsui/network/WiredSettings.qml
@@ -35,9 +35,7 @@
****************************************************************************/
import QtQuick 2.6
import QtQuick.Layouts 1.3
-import Qt.labs.controls 1.0
-import Qt.labs.controls.material 1.0
-import Qt.labs.controls.universal 1.0
+import QtQuick.Controls 2.0
import com.theqtcompany.settings.network 1.0
Item {
@@ -132,10 +130,14 @@ Item {
onAccepted: if (text.length > 0) service.ipv4.gateway = text
}
Label {
+ Layout.alignment: Qt.AlignTop
text: qsTr("DNS server: ")
}
- Row {
+ Column {
spacing: 10
+ Layout.fillWidth: true
+ Layout.alignment: Qt.AlignTop
+
Repeater {
model: service.nameservers