More fixes

This commit is contained in:
Ly-sec 2025-09-13 17:34:13 +02:00
parent 004836fc8f
commit 8c815146e6
6 changed files with 53 additions and 48 deletions

View file

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