applets/digital-clock: Word-wrap date string for desktop representation

Unlike when the clock is in a panel, there is plenty of space when it is
on the desktop. This means that we can safely let the date string word
wrap rather than shrink.

BUG: 450632
FIXED-IN: 5.24.3
wilder-5.25
Nate Graham 4 years ago
parent a630dfb6b6
commit 02af6bd9ae
  1. 1
      applets/digital-clock/package/contents/ui/DigitalClock.qml

@ -391,6 +391,7 @@ Item {
fontSizeMode: Text.Fit
minimumPixelSize: 1
wrapMode: Text.WordWrap
}
AnchorChanges {

Loading…
Cancel
Save