mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-27 06:03:51 +03:00
disable zoom on userconfiguring
This commit is contained in:
parent
7efa867126
commit
270a007587
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user