summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/launcher/Launcher.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launcher/Launcher.qml b/modules/launcher/Launcher.qml
index 798249f..d5c43db 100644
--- a/modules/launcher/Launcher.qml
+++ b/modules/launcher/Launcher.qml
@@ -32,7 +32,7 @@ Scope {
Background {
id: bg
- realWrapperHeight: wrapper.height
+ realWrapperHeight: Math.min(wrapper.height, content.height)
}
Wrapper {