calendar: Make the entire header area clickable
This makes the entire header area clickable (not just the header label). REVIEW: 125899
This commit is contained in:
parent
2ca48a7d2d
commit
5dc3f0ac7f
@ -99,12 +99,7 @@ Item {
|
||||
id: monthMouse
|
||||
property int previousPixelDelta
|
||||
|
||||
width: heading.paintedWidth
|
||||
anchors {
|
||||
left: parent.left
|
||||
top: parent.top
|
||||
bottom: parent.bottom
|
||||
}
|
||||
anchors.fill: parent
|
||||
onClicked: {
|
||||
if (!stack.busy) {
|
||||
daysCalendar.headerClicked()
|
||||
|
Loading…
Reference in New Issue
Block a user