mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 02:34:36 +00:00
Merge pull request #3800
f8a3a26
RemoteNodeList: fix trusted daemon icon margin (selsta)
This commit is contained in:
commit
c5d598f401
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue