diff options
Diffstat (limited to 'modules/launcher/Content.qml')
| -rw-r--r-- | modules/launcher/Content.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launcher/Content.qml b/modules/launcher/Content.qml index 5267bc9..6df3ed5 100644 --- a/modules/launcher/Content.qml +++ b/modules/launcher/Content.qml @@ -17,7 +17,7 @@ Item { implicitWidth: listWrapper.width + padding * 2 implicitHeight: search.height + listWrapper.height + padding * 2 + spacing - anchors.bottom: parent.bottom + anchors.top: parent.top anchors.horizontalCenter: parent.horizontalCenter StyledRect { |