|
|
|
@ -54,10 +54,10 @@ Pane { |
|
|
|
text: qsTr('Server:'); |
|
|
|
text: qsTr('Server:'); |
|
|
|
color: Material.accentColor |
|
|
|
color: Material.accentColor |
|
|
|
} |
|
|
|
} |
|
|
|
RowLayout { |
|
|
|
|
|
|
|
Label { |
|
|
|
Label { |
|
|
|
text: Network.server |
|
|
|
text: Network.server |
|
|
|
} |
|
|
|
wrapMode: Text.WrapAnywhere |
|
|
|
|
|
|
|
Layout.fillWidth: true |
|
|
|
} |
|
|
|
} |
|
|
|
Label { |
|
|
|
Label { |
|
|
|
text: qsTr('Local Height:'); |
|
|
|
text: qsTr('Local Height:'); |
|
|
|
|