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:'); 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:');