layout: fix top margin on various pages

pull/2/head
selsta 5 years ago
parent 9689fff957
commit 15b7fe159f
Signed by untrusted user: selsta
GPG Key ID: 2EA0A99A8B07AE5E

@ -40,6 +40,7 @@ Rectangle {
ColumnLayout {
id: mainLayout
anchors.margins: (isMobile)? 17 * scaleRatio : 20 * scaleRatio
anchors.topMargin: 40 * scaleRatio
anchors.left: parent.left
anchors.top: parent.top
anchors.right: parent.right

@ -88,6 +88,7 @@ Rectangle {
ColumnLayout {
anchors.top: parent.top
anchors.margins: (isMobile)? 17 * scaleRatio : 20 * scaleRatio
anchors.topMargin: 40 * scaleRatio
anchors.left: parent.left
anchors.right: parent.right

@ -46,10 +46,10 @@ Rectangle {
ColumnLayout {
id: mainLayout
anchors.margins: (isMobile)? 17 * scaleRatio : 20 * scaleRatio
anchors.topMargin: 40 * scaleRatio
anchors.left: parent.left
anchors.top: parent.top
anchors.right: parent.right
anchors.bottom: parent.bottom
spacing: 20 * scaleRatio
// solo