More fixes
This commit is contained in:
parent
004836fc8f
commit
8c815146e6
6 changed files with 53 additions and 48 deletions
|
|
@ -92,7 +92,7 @@ Variants {
|
|||
|
||||
// Top section (left widgets)
|
||||
Column {
|
||||
spacing: Style.marginS * root.scaling
|
||||
spacing: Style.marginXXS * root.scaling
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: Style.marginM * root.scaling
|
||||
|
|
@ -118,7 +118,7 @@ Variants {
|
|||
|
||||
// Center section (center widgets)
|
||||
Column {
|
||||
spacing: Style.marginS * root.scaling
|
||||
spacing: Style.marginXXS * root.scaling
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
width: parent.width
|
||||
|
|
@ -143,7 +143,7 @@ Variants {
|
|||
|
||||
// Bottom section (right widgets)
|
||||
Column {
|
||||
spacing: Style.marginS * root.scaling
|
||||
spacing: Style.marginXS * root.scaling
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.bottomMargin: Style.marginM * root.scaling
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue