fixing typo

This commit is contained in:
Wayne Chen 2018-11-29 15:04:34 -08:00
parent ba62cbf45c
commit a80017c8c3

View file

@ -59,7 +59,7 @@ Item {
parent.width = root.width = newWidth;
}
parent.height = root.height = Math.max(d.minHeight, Math.min(d.maxHeight, targetHeight) + hifi.dimensions.contentSpacing.y;
parent.height = root.height = Math.max(d.minHeight, Math.min(d.maxHeight, targetHeight)) + hifi.dimensions.contentSpacing.y;
}
}