Receive page development

This commit is contained in:
Sander Ferdinand
2017-12-09 00:01:10 +01:00
committed by moneromooo-monero
parent de3fd183d8
commit e5357c8a0b
5 changed files with 316 additions and 166 deletions

View File

@@ -38,11 +38,11 @@ Rectangle {
property var model
ColumnLayout {
anchors.margins: 17 * scaleRatio
anchors.margins: (isMobile)? 17 : 40
anchors.left: parent.left
anchors.top: parent.top
anchors.right: parent.right
spacing: 10 * scaleRatio
spacing: 26 * scaleRatio
RowLayout {
StandardButton {