~robru/ubuntu-settings-components/packaging

« back to all changes in this revision

Viewing changes to SettingsComponents/CalendarMenu.qml

  • Committer: Andrea Cimitan
  • Date: 2013-07-04 17:11:41 UTC
  • mfrom: (41.1.1 remove-itemstyle)
  • Revision ID: andrea.cimitan@canonical.com-20130704171141-e5zlfw38k8wfpyvx
Merged branch for removing itemstyle and fixed the calendar

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        height: units.gu(5)
46
46
        color: "#757373"
47
47
        fontSize: "large"
48
 
        ItemStyle.class: "label label-date"
 
48
        //ItemStyle.class: "label label-date"
49
49
        text: Qt.formatDate(calendar.currentDate, "MMMM") + " " + calendar.currentDate.getFullYear()
50
50
    }
51
51