mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
No left margin for button on Verify Payment page
This brings the Check button into alignment with the rest of the page.
This commit is contained in:
parent
ff998ba17b
commit
541186cfe6
1 changed files with 0 additions and 1 deletions
|
@ -207,7 +207,6 @@ Rectangle {
|
|||
id: checkButton
|
||||
anchors.left: parent.left
|
||||
anchors.top: txKeyRow.bottom
|
||||
anchors.leftMargin: 17
|
||||
anchors.topMargin: 17
|
||||
width: 60
|
||||
text: qsTr("CHECK") + translationManager.emptyString
|
||||
|
|
Loading…
Reference in a new issue