aboutsummaryrefslogtreecommitdiff
path: root/components/RemoteNodeList.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/RemoteNodeList.qml')
-rw-r--r--components/RemoteNodeList.qml2
1 files changed, 2 insertions, 0 deletions
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 {