forked from Public/monero-gui
Receive page mobile layout fix
This commit is contained in:
@@ -324,7 +324,7 @@ Rectangle {
|
||||
|
||||
RowLayout {
|
||||
id: trackingRow
|
||||
|
||||
visible: !isAndroid && !isIOS
|
||||
Label {
|
||||
id: trackingLabel
|
||||
textFormat: Text.RichText
|
||||
@@ -385,7 +385,7 @@ Rectangle {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
Menu {
|
||||
id: qrMenu
|
||||
title: "QrCode"
|
||||
@@ -397,8 +397,7 @@ Rectangle {
|
||||
|
||||
Image {
|
||||
id: qrCode
|
||||
anchors.margins: 50
|
||||
anchors.top: trackingRow.bottom
|
||||
anchors.margins: 50 * scaleRatio
|
||||
Layout.fillWidth: true
|
||||
Layout.minimumHeight: mainLayout.qrCodeSize
|
||||
smooth: false
|
||||
@@ -415,6 +414,7 @@ Rectangle {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Timer {
|
||||
id: timer
|
||||
|
||||
Reference in New Issue
Block a user