1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-27 14:50:21 +03:00

missing object

This commit is contained in:
Michail Vourlakos 2018-11-24 19:28:25 +02:00
parent ba76515c83
commit fda4f86b40

View File

@ -311,7 +311,7 @@ Item{
}
function updateLayoutWidth(){
if (needsFillSpace && root.isHorizontal) {
if (container.needsFillSpace && root.isHorizontal) {
layoutsContainer.updateSizeForAppletsInFill();
return;
}