diff options
| author | ATMDA <atdma2600@gmail.com> | 2025-11-17 20:10:02 -0500 |
|---|---|---|
| committer | ATMDA <atdma2600@gmail.com> | 2025-11-17 20:10:02 -0500 |
| commit | 3f4d07bfc7d942e82b5fe7b0650c2e5a269554f0 (patch) | |
| tree | 5def9677aff1286d04d90e3d919a34a211b47256 /modules | |
| parent | controlcenter: added elevation effect to networking pane for improved visual ... (diff) | |
| download | caelestia-shell-3f4d07bfc7d942e82b5fe7b0650c2e5a269554f0.tar.gz caelestia-shell-3f4d07bfc7d942e82b5fe7b0650c2e5a269554f0.tar.bz2 caelestia-shell-3f4d07bfc7d942e82b5fe7b0650c2e5a269554f0.zip | |
controlcenter: padding/margins on taskbar panel
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/controlcenter/taskbar/TaskbarPane.qml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/controlcenter/taskbar/TaskbarPane.qml b/modules/controlcenter/taskbar/TaskbarPane.qml index 507a239..18d5304 100644 --- a/modules/controlcenter/taskbar/TaskbarPane.qml +++ b/modules/controlcenter/taskbar/TaskbarPane.qml @@ -165,7 +165,7 @@ Item { anchors.right: parent.right anchors.top: parent.top - spacing: Appearance.spacing.small + spacing: Appearance.spacing.normal RowLayout { spacing: Appearance.spacing.smaller @@ -252,12 +252,12 @@ Item { RowLayout { Layout.fillWidth: true - spacing: Appearance.spacing.small + spacing: Appearance.spacing.normal ColumnLayout { Layout.fillWidth: true Layout.alignment: Qt.AlignTop - spacing: 0 + spacing: Appearance.spacing.small SectionContainer { Layout.fillWidth: true @@ -440,7 +440,7 @@ Item { ColumnLayout { Layout.fillWidth: true Layout.alignment: Qt.AlignTop - spacing: Appearance.spacing.small + spacing: Appearance.spacing.normal SectionContainer { Layout.fillWidth: true @@ -506,7 +506,7 @@ Item { ColumnLayout { Layout.fillWidth: true Layout.alignment: Qt.AlignTop - spacing: 0 + spacing: Appearance.spacing.small SectionContainer { Layout.fillWidth: true |