layout: fix top margin on various pages

This commit is contained in:
selsta
2019-01-22 15:10:27 +01:00
parent 9689fff957
commit 15b7fe159f
3 changed files with 3 additions and 1 deletions

View File

@@ -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