mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-25 20:15:54 +00:00
Merge pull request #255
541186c
No left margin for button on Verify Payment page (xmr-eric)
This commit is contained in:
commit
998b1beecc
1 changed files with 0 additions and 1 deletions
|
@ -207,7 +207,6 @@ Rectangle {
|
||||||
id: checkButton
|
id: checkButton
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.top: txKeyRow.bottom
|
anchors.top: txKeyRow.bottom
|
||||||
anchors.leftMargin: 17
|
|
||||||
anchors.topMargin: 17
|
anchors.topMargin: 17
|
||||||
width: 60
|
width: 60
|
||||||
text: qsTr("CHECK") + translationManager.emptyString
|
text: qsTr("CHECK") + translationManager.emptyString
|
||||||
|
|
Loading…
Reference in a new issue