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

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

121 + Tab {
122 + objectName: "agendaTab"
123 + title: i18n.tr("Agenda")
124 + page: Page {
125 + anchors.fill: parent
126 + tools: commonToolBar
127 + AgendaView {
128 + id: agendaView
129 + anchors.fill: parent
130 + }
131 + }
132 + }

Agenda view is already a Page, we need not create another Page container for agenda view.

« Back to merge proposal