Code review comment for lp:~yohanboniface/ubuntu-calendar-app/AgendaView

Revision history for this message
Kunal Parmar (pkunal-parmar) wrote :

+ Column {
35 + id: column
36 + anchors.top: parent.top
37 + anchors.topMargin: units.gu(1.5)
38 + width: parent.width; height: parent.height
39 + spacing: units.gu(1)
40 +
41 + anchors.fill: parent

I think If we are using anchors.fill, then we don't need to set width and height.

review: Needs Fixing

« Back to merge proposal