diff options
| author | dsc <xmrdsc@protonmail.com> | 2018-12-08 16:55:29 +0100 |
|---|---|---|
| committer | skftn <sa.ferdinand@gmail.com> | 2018-12-29 18:08:21 +0100 |
| commit | 85cd428dcb46763e626c1c9bae1c27b44d617d4f (patch) | |
| tree | d420b15fd9e02f04c60a37b86dc688a421ad0cdf /pages/Sign.qml | |
| parent | 48a267f631c18d3159cccfc551d72cc5aeb0df03 (diff) | |
| download | monzero-gui-85cd428dcb46763e626c1c9bae1c27b44d617d4f.tar.gz monzero-gui-85cd428dcb46763e626c1c9bae1c27b44d617d4f.tar.xz monzero-gui-85cd428dcb46763e626c1c9bae1c27b44d617d4f.zip | |
Merchant page
Diffstat (limited to 'pages/Sign.qml')
| -rw-r--r-- | pages/Sign.qml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/pages/Sign.qml b/pages/Sign.qml index 49b80166..1a7bd877 100644 --- a/pages/Sign.qml +++ b/pages/Sign.qml @@ -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 { |
