mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 02:34:36 +00:00
Merge pull request #3588
0de95e3
RemoteNodeList: reduce spacing between icons (selsta)
This commit is contained in:
commit
5aef186c8a
1 changed files with 1 additions and 2 deletions
|
@ -121,9 +121,8 @@ ColumnLayout {
|
||||||
RowLayout {
|
RowLayout {
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.rightMargin: 6
|
|
||||||
height: 30
|
height: 30
|
||||||
spacing: 10
|
spacing: 2
|
||||||
|
|
||||||
MoneroComponents.InlineButton {
|
MoneroComponents.InlineButton {
|
||||||
buttonColor: "transparent"
|
buttonColor: "transparent"
|
||||||
|
|
Loading…
Reference in a new issue