~renatofilho/ubuntu-calendar-app/optimize

« back to all changes in this revision

Viewing changes to ViewHeader.qml

Merged: lp:~renatofilho/ubuntu-calendar-app/week-press-and-hold-create-event

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    property int month;
27
27
    property int year;
28
28
 
29
 
    property string monthLabelFontSize: "x-large"
 
29
    property string monthLabelFontSize: "large"
30
30
    property string yearLabelFontSize: "large"
31
31
 
32
32
    Label{