reduce a bit the edit external shadow

pull/5/head
Michail Vourlakos 6 years ago
parent 5935718dfb
commit e922b73bca

@ -296,7 +296,7 @@ DragDrop.DropArea {
if (!Latte.WindowSystem.compositingActive) {
return 0;
} else if (latteView && latteView.screenGeometry) {
return (latteView.screenGeometry.height/90);
return Math.min(10, latteView.screenGeometry.height/90);
} else {
return 7;
}

Loading…
Cancel
Save