diff options
Diffstat (limited to 'modules/controlcenter/launcher/LauncherPane.qml')
| -rw-r--r-- | modules/controlcenter/launcher/LauncherPane.qml | 2 |
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 |