Code review comment for lp:~dandrader/unity8/sizeHints

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

On 01/12/2015 14:28, Lukáš Tinkl wrote:
> Review: Needs Information
>
> +++ qml/Stages/WindowResizeArea.qml
>
> + property int minimumWidth: root.target ? Math.max(root.minWidth, root.target.minimumWidth) : root.minWidth
>
> (and the others in the private "d" object)
>
> Shouldn't they be readonly? After all they just calculate and return values

Right, done.

« Back to merge proposal