summaryrefslogtreecommitdiff
path: root/modules/controlcenter/launcher/LauncherPane.qml
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-17 13:34:29 -0500
committerATMDA <atdma2600@gmail.com>2025-11-17 13:34:29 -0500
commitb1cc6418499c6a1af9906043c0b60610bb7b2174 (patch)
tree97face9363c19d9f1c8188e8fee133fe75b6fa0f /modules/controlcenter/launcher/LauncherPane.qml
parentcontrolcenter: correcting padding/margins on containers (diff)
downloadcaelestia-shell-b1cc6418499c6a1af9906043c0b60610bb7b2174.tar.gz
caelestia-shell-b1cc6418499c6a1af9906043c0b60610bb7b2174.tar.bz2
caelestia-shell-b1cc6418499c6a1af9906043c0b60610bb7b2174.zip
controlcenter: correcting padding/margins on containers
Diffstat (limited to 'modules/controlcenter/launcher/LauncherPane.qml')
-rw-r--r--modules/controlcenter/launcher/LauncherPane.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/controlcenter/launcher/LauncherPane.qml b/modules/controlcenter/launcher/LauncherPane.qml
index 71d1d6f..bf4e85f 100644
--- a/modules/controlcenter/launcher/LauncherPane.qml
+++ b/modules/controlcenter/launcher/LauncherPane.qml
@@ -169,7 +169,6 @@ RowLayout {
anchors.margins: Appearance.padding.large + Appearance.padding.normal
anchors.leftMargin: Appearance.padding.large
anchors.rightMargin: Appearance.padding.large + Appearance.padding.normal / 2
- anchors.bottomMargin: 0
asynchronous: true
sourceComponent: leftContentComponent
@@ -186,6 +185,7 @@ RowLayout {
id: leftContentComponent
ColumnLayout {
+ id: leftLauncherLayout
anchors.fill: parent
spacing: Appearance.spacing.small