From da02c06f02ae4d3363f813d8e074913666d621cc Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Thu, 29 Dec 2016 00:42:05 +0200 Subject: [PATCH] disable zoom on userconfiguring --- containment/contents/ui/AppletItem.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/containment/contents/ui/AppletItem.qml b/containment/contents/ui/AppletItem.qml index 235bb3900..fab53d195 100644 --- a/containment/contents/ui/AppletItem.qml +++ b/containment/contents/ui/AppletItem.qml @@ -168,8 +168,9 @@ Item { onShowZoomedChanged: { if(showZoomed){ - var newZ = container.maxHeight / root.iconSize; - wrapper.zoomScale = newZ; + //var newZ = container.maxHeight / root.iconSize; + //wrapper.zoomScale = newZ; + wrapper.zoomScale = 1; } else{ wrapper.zoomScale = 1;