Code review comment for lp:~pkunal-parmar/ubuntu-calendar-app/yearview_fix

Revision history for this message
Olivier Tilloy (osomon) wrote :

178 + width: parent.width - units.gu(1)
179 + height: parent.height - units.gu(1)
180 + anchors.centerIn: parent

Better to use "anchors.fill: parent" and "anchors.margins: units.gu(0.5)" in that case.

« Back to merge proposal