Skip to content

Commit

Permalink
Merge pull request #3381
Browse files Browse the repository at this point in the history
325e99d SettingsNode: fix icon size (selsta)
  • Loading branch information
luigi1111 committed Apr 9, 2021
2 parents 4597b4d + 325e99d commit d5b4f43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/settings/SettingsNode.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d5b4f43

Please sign in to comment.