Receive page mobile layout fix

This commit is contained in:
Jaquee 2017-08-08 11:07:44 +02:00
parent c1c6d9ee6d
commit d834fb419c

View file

@ -324,7 +324,7 @@ Rectangle {
RowLayout { RowLayout {
id: trackingRow id: trackingRow
visible: !isAndroid && !isIOS
Label { Label {
id: trackingLabel id: trackingLabel
textFormat: Text.RichText textFormat: Text.RichText
@ -385,7 +385,7 @@ Rectangle {
} }
} }
} }
ColumnLayout {
Menu { Menu {
id: qrMenu id: qrMenu
title: "QrCode" title: "QrCode"
@ -397,8 +397,7 @@ Rectangle {
Image { Image {
id: qrCode id: qrCode
anchors.margins: 50 anchors.margins: 50 * scaleRatio
anchors.top: trackingRow.bottom
Layout.fillWidth: true Layout.fillWidth: true
Layout.minimumHeight: mainLayout.qrCodeSize Layout.minimumHeight: mainLayout.qrCodeSize
smooth: false smooth: false
@ -415,6 +414,7 @@ Rectangle {
} }
} }
} }
}
Timer { Timer {
id: timer id: timer