Adjust settings page layout

This commit is contained in:
Sebastian Wolf 2021-02-04 23:46:06 +01:00
parent 2d5798e182
commit 299ab8d7a0
No known key found for this signature in database
GPG key ID: CEA9522B5F38A90A

View file

@ -92,7 +92,7 @@ Page {
Grid {
width: parent.width - ( 2 * Theme.horizontalPageMargin )
columns: landscapeLayout ? 2 : 1
columnSpacing: Theme.horizontalPageMargin
columnSpacing: Theme.paddingLarge
anchors.horizontalCenter: parent.horizontalCenter
readonly property real columnWidth: width/columns
@ -286,7 +286,6 @@ Page {
Grid {
width: parent.width
columns: landscapeLayout ? 2 : 1
columnSpacing: Theme.horizontalPageMargin
anchors.horizontalCenter: parent.horizontalCenter
readonly property real columnWidth: width/columns