1
0

qml: wrap long server names (e.g tor onion address)

This commit is contained in:
Sander van Grieken
2023-03-29 11:15:12 +02:00
parent 31bff4d2a8
commit aaad1cf286

View File

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