From 541186cfe6ff89dc3854b03c6fe47282b4198648 Mon Sep 17 00:00:00 2001 From: xmr-eric Date: Thu, 8 Dec 2016 22:59:16 -0500 Subject: [PATCH] No left margin for button on Verify Payment page This brings the Check button into alignment with the rest of the page. --- pages/TxKey.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/TxKey.qml b/pages/TxKey.qml index 07af3eb2..fdb3f03f 100644 --- a/pages/TxKey.qml +++ b/pages/TxKey.qml @@ -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