diff --git a/components/RemoteNodeList.qml b/components/RemoteNodeList.qml index ffbce57d..5d3b14fa 100644 --- a/components/RemoteNodeList.qml +++ b/components/RemoteNodeList.qml @@ -84,6 +84,7 @@ ColumnLayout { MoneroComponents.TextPlain { id: addressText + width: parent.width - trustedDaemonCheckMark.width color: index === remoteNodesModel.selected ? MoneroComponents.Style.defaultFontColor : MoneroComponents.Style.dimmedFontColor anchors.verticalCenter: parent.verticalCenter anchors.left: parent.left @@ -91,6 +92,7 @@ ColumnLayout { font.pixelSize: 16 text: address themeTransition: false + elide: Text.ElideMiddle } MoneroComponents.Label {