mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 14:17:25 -04:00
RemoteNodeList: fix trusted daemon icon margin
This commit is contained in:
@@ -107,8 +107,9 @@ ColumnLayout {
|
|||||||
MoneroComponents.Label {
|
MoneroComponents.Label {
|
||||||
id: trustedDaemonCheckMark
|
id: trustedDaemonCheckMark
|
||||||
anchors.left: addressText.right
|
anchors.left: addressText.right
|
||||||
anchors.leftMargin: 6
|
anchors.leftMargin: 3
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
anchors.verticalCenterOffset: 2
|
||||||
z: itemMouseArea.z + 1
|
z: itemMouseArea.z + 1
|
||||||
fontSize: 16
|
fontSize: 16
|
||||||
fontFamily: FontAwesome.fontFamilySolid
|
fontFamily: FontAwesome.fontFamilySolid
|
||||||
|
|||||||
Reference in New Issue
Block a user