Skip to content

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

Before After
image image

BUG:480801 FIXED-IN: 6.2.0

Merge request reports