diff options
Diffstat (limited to 'views/calendar/qml/DateSelector.qml')
-rw-r--r-- | views/calendar/qml/DateSelector.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/calendar/qml/DateSelector.qml b/views/calendar/qml/DateSelector.qml index bc297505..c8717d8f 100644 --- a/views/calendar/qml/DateSelector.qml +++ b/views/calendar/qml/DateSelector.qml | |||
@@ -37,6 +37,8 @@ Column { | |||
37 | verticalCenter: parent.verticalCenter | 37 | verticalCenter: parent.verticalCenter |
38 | left: parent.left | 38 | left: parent.left |
39 | } | 39 | } |
40 | height: parent.height | ||
41 | width: parent.height | ||
40 | color: Kube.Colors.darkBackgroundColor | 42 | color: Kube.Colors.darkBackgroundColor |
41 | iconName: Kube.Icons.goBack_inverted | 43 | iconName: Kube.Icons.goBack_inverted |
42 | onClicked: { | 44 | onClicked: { |
@@ -60,6 +62,8 @@ Column { | |||
60 | verticalCenter: parent.verticalCenter | 62 | verticalCenter: parent.verticalCenter |
61 | right: parent.right | 63 | right: parent.right |
62 | } | 64 | } |
65 | height: parent.height | ||
66 | width: parent.height | ||
63 | color: Kube.Colors.darkBackgroundColor | 67 | color: Kube.Colors.darkBackgroundColor |
64 | iconName: Kube.Icons.goNext_inverted | 68 | iconName: Kube.Icons.goNext_inverted |
65 | onClicked: { | 69 | onClicked: { |