Adjust settings page layout
This commit is contained in:
parent
2d5798e182
commit
299ab8d7a0
1 changed files with 1 additions and 2 deletions
|
@ -92,7 +92,7 @@ Page {
|
||||||
Grid {
|
Grid {
|
||||||
width: parent.width - ( 2 * Theme.horizontalPageMargin )
|
width: parent.width - ( 2 * Theme.horizontalPageMargin )
|
||||||
columns: landscapeLayout ? 2 : 1
|
columns: landscapeLayout ? 2 : 1
|
||||||
columnSpacing: Theme.horizontalPageMargin
|
columnSpacing: Theme.paddingLarge
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
|
|
||||||
readonly property real columnWidth: width/columns
|
readonly property real columnWidth: width/columns
|
||||||
|
@ -286,7 +286,6 @@ Page {
|
||||||
Grid {
|
Grid {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
columns: landscapeLayout ? 2 : 1
|
columns: landscapeLayout ? 2 : 1
|
||||||
columnSpacing: Theme.horizontalPageMargin
|
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
|
|
||||||
readonly property real columnWidth: width/columns
|
readonly property real columnWidth: width/columns
|
||||||
|
|
Loading…
Reference in a new issue