~pkunal-parmar/ubuntu-calendar-app/Minor-Performance

« back to all changes in this revision

Viewing changes to MonthComponent.qml

  • Committer: Tarmac
  • Author(s): Riccardo Padovani
  • Date: 2013-10-16 16:51:57 UTC
  • mfrom: (122.2.14 1231136)
  • Revision ID: tarmac-20131016165157-l8ipxrxxzw4hty6r
Fixed #1231136, add support for Arguments. Fixes: https://bugs.launchpad.net/bugs/1231136.

Approved by Ubuntu Phone Apps Jenkins Bot, Mihir Soni, Charles Kerr, Ted Gould.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
            anchors.top: parent.top
34
34
            anchors.topMargin: units.gu(1.5)
35
 
            anchors.bottomMargin: units.gu(1)
36
35
            anchors.fill: parent
37
36
            spacing: units.gu(1.5)
38
37
 
65
64
 
66
65
            Grid{
67
66
                id: monthGrid
68
 
                objectName: "monthGrid"
69
67
 
70
68
                property int weekCount : 6
71
69
                property var monthStart: root.monthDate.weekStart( Qt.locale().firstDayOfWeek )