DigitalClock.qml: Use Text.Fit to avoid overflow in vertical panels when showing seconds
Text.VerticalFit only took height into account. Text.Fit will take both height and length into account, which fixes the digital clock fitting inside small panels even when seconds are shown
BUG:480801 FIXED-IN: 6.2.0
(cherry picked from commit c8970035)
c8970035 DigitalClock.qml: Use Text.Fit to avoid overflow in vertical panels when showing seconds
Co-authored-by: Akseli Lahtinen akselmo@akselmo.dev