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

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

169 + model: 6/*rows*/ * 2 /*columns*/

or, simpler:

    model: 12 /* months in a year */

« Back to merge proposal