qml: wrap long server names (e.g tor onion address)
This commit is contained in:
@@ -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:');
|
||||||
|
|||||||
Reference in New Issue
Block a user