mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 02:34:36 +00:00
SettingsNode: fix icon size
This commit is contained in:
parent
183585653f
commit
325e99d202
1 changed files with 1 additions and 0 deletions
|
@ -334,6 +334,7 @@ Rectangle{
|
|||
MoneroComponents.InlineButton {
|
||||
buttonColor: "transparent"
|
||||
fontFamily: FontAwesome.fontFamily
|
||||
fontPixelSize: 18
|
||||
text: FontAwesome.edit
|
||||
onClicked: remoteNodeDialog.edit(remoteNodesModel.get(index), function (remoteNode) {
|
||||
remoteNodesModel.set(index, remoteNode)
|
||||
|
|
Loading…
Reference in a new issue