make MinuteMarks not rely on cascading

This commit is contained in:
end-4
2025-10-07 17:24:22 +02:00
parent e86a0e23bb
commit a77b7f7b66
5 changed files with 33 additions and 20 deletions
@@ -72,6 +72,11 @@ Item {
// Hour/minutes numbers/dots/lines
MinuteMarks {
anchors.fill: parent
property int hourDotSize: root.hourDotSize
property int hourNumberSize: root.hourNumberSize
property int hourLineSize: root.hourLineSize
property int minuteLineSize: root.minuteLineSize
color: root.colOnBackground
}
HourMarks {
anchors.centerIn: parent