fix calendar occasionally get placed at funny position

This commit is contained in:
end-4
2025-10-24 18:42:10 +02:00
parent a3ced86214
commit e6eb53796d
@@ -227,7 +227,8 @@ Rectangle {
id: calendarWidget id: calendarWidget
CalendarWidget { CalendarWidget {
anchors.centerIn: parent anchors.fill: parent
anchors.margins: 5
} }
} }