Merge pull request #1793

85cd428 Merchant page (xmrdsc)
This commit is contained in:
luigi1111
2019-01-09 17:43:31 -06:00
28 changed files with 1250 additions and 452 deletions

View File

@@ -86,12 +86,9 @@ Rectangle {
// sign / verify
ColumnLayout {
id: root
spacing: 20 * scaleRatio
anchors.margins: (isMobile ? 17 : 20) * scaleRatio
anchors.topMargin: 40 * scaleRatio
anchors.left: parent.left
anchors.top: parent.top
anchors.margins: (isMobile)? 17 * scaleRatio : 20 * scaleRatio
anchors.left: parent.left
anchors.right: parent.right
Rectangle {