Code review comment for lp:~aacid/unity8/action_preview_widget

Revision history for this message
Albert Astals Cid (aacid) wrote :

>
> 84 + anchors.topMargin: spacing
>
> 86 + spacing: height > 0 ? units.gu(1) : 0
>
> Shouldn't the topMargin have that condition instead?

Makes sense, done.

« Back to merge proposal