mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-19 16:13:55 +02:00
RemoteNodeList: truncate long addresses
This commit is contained in:
parent
b6682330a6
commit
284caf83f6
@ -84,6 +84,7 @@ ColumnLayout {
|
|||||||
|
|
||||||
MoneroComponents.TextPlain {
|
MoneroComponents.TextPlain {
|
||||||
id: addressText
|
id: addressText
|
||||||
|
width: parent.width - trustedDaemonCheckMark.width
|
||||||
color: index === remoteNodesModel.selected ? MoneroComponents.Style.defaultFontColor : MoneroComponents.Style.dimmedFontColor
|
color: index === remoteNodesModel.selected ? MoneroComponents.Style.defaultFontColor : MoneroComponents.Style.dimmedFontColor
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
@ -91,6 +92,7 @@ ColumnLayout {
|
|||||||
font.pixelSize: 16
|
font.pixelSize: 16
|
||||||
text: address
|
text: address
|
||||||
themeTransition: false
|
themeTransition: false
|
||||||
|
elide: Text.ElideMiddle
|
||||||
}
|
}
|
||||||
|
|
||||||
MoneroComponents.Label {
|
MoneroComponents.Label {
|
||||||
|
Loading…
Reference in New Issue
Block a user