1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-26 18:03:42 +03:00

disable zoom on userconfiguring

This commit is contained in:
Michail Vourlakos 2016-12-29 00:42:05 +02:00
parent 7efa867126
commit 270a007587

View File

@ -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;