1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-24 11:17:15 +01:00

Merge pull request #3800

f8a3a26 RemoteNodeList: fix trusted daemon icon margin (selsta)
This commit is contained in:
luigi1111 2022-01-01 12:52:55 -05:00
commit c5d598f401
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -107,8 +107,9 @@ ColumnLayout {
MoneroComponents.Label {
id: trustedDaemonCheckMark
anchors.left: addressText.right
anchors.leftMargin: 6
anchors.leftMargin: 3
anchors.verticalCenter: parent.verticalCenter
anchors.verticalCenterOffset: 2
z: itemMouseArea.z + 1
fontSize: 16
fontFamily: FontAwesome.fontFamilySolid