summaryrefslogtreecommitdiff
path: root/modules/launcher/Launcher.qml
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 e0b002b..d3021b0 100644
--- a/modules/launcher/Launcher.qml
+++ b/modules/launcher/Launcher.qml
@@ -39,7 +39,7 @@ Scope {
anchors.bottom: parent.bottom
wrapperWidth: wrapper.width
- realWrapperHeight: Math.min(wrapper.height, content.height)
+ wrapperHeight: Math.min(wrapper.height, content.height)
}
LayerShadow {