diff options
Diffstat (limited to 'views/calendar/qml/DateSelector.qml')
-rw-r--r-- | views/calendar/qml/DateSelector.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/views/calendar/qml/DateSelector.qml b/views/calendar/qml/DateSelector.qml index 890a1a8b..bc297505 100644 --- a/views/calendar/qml/DateSelector.qml +++ b/views/calendar/qml/DateSelector.qml | |||
@@ -73,6 +73,11 @@ Column { | |||
73 | 73 | ||
74 | MonthGrid { | 74 | MonthGrid { |
75 | id: grid | 75 | id: grid |
76 | anchors { | ||
77 | left: parent.left | ||
78 | right: parent.right | ||
79 | } | ||
80 | |||
76 | month: root.selectedDate.getMonth() | 81 | month: root.selectedDate.getMonth() |
77 | year: root.selectedDate.getFullYear() | 82 | year: root.selectedDate.getFullYear() |
78 | locale: Qt.locale() | 83 | locale: Qt.locale() |