controlcenter: padding/margins on taskbar panel

This commit is contained in:
ATMDA 2025-11-17 20:10:02 -05:00
parent 52b1b79abd
commit 3f4d07bfc7

View file

@ -165,7 +165,7 @@ Item {
anchors.right: parent.right anchors.right: parent.right
anchors.top: parent.top anchors.top: parent.top
spacing: Appearance.spacing.small spacing: Appearance.spacing.normal
RowLayout { RowLayout {
spacing: Appearance.spacing.smaller spacing: Appearance.spacing.smaller
@ -252,12 +252,12 @@ Item {
RowLayout { RowLayout {
Layout.fillWidth: true Layout.fillWidth: true
spacing: Appearance.spacing.small spacing: Appearance.spacing.normal
ColumnLayout { ColumnLayout {
Layout.fillWidth: true Layout.fillWidth: true
Layout.alignment: Qt.AlignTop Layout.alignment: Qt.AlignTop
spacing: 0 spacing: Appearance.spacing.small
SectionContainer { SectionContainer {
Layout.fillWidth: true Layout.fillWidth: true
@ -440,7 +440,7 @@ Item {
ColumnLayout { ColumnLayout {
Layout.fillWidth: true Layout.fillWidth: true
Layout.alignment: Qt.AlignTop Layout.alignment: Qt.AlignTop
spacing: Appearance.spacing.small spacing: Appearance.spacing.normal
SectionContainer { SectionContainer {
Layout.fillWidth: true Layout.fillWidth: true
@ -506,7 +506,7 @@ Item {
ColumnLayout { ColumnLayout {
Layout.fillWidth: true Layout.fillWidth: true
Layout.alignment: Qt.AlignTop Layout.alignment: Qt.AlignTop
spacing: 0 spacing: Appearance.spacing.small
SectionContainer { SectionContainer {
Layout.fillWidth: true Layout.fillWidth: true