Summary: | Date does not wrap when widget is on the desktop | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Steven <Steven.E.Friedrich> |
Component: | Digital Clock widget | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | nate |
Priority: | NOR | ||
Version: | 5.24.1 | ||
Target Milestone: | 1.0 | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/commit/71193cd23eb48af8db7a548a2a23917ced308864 | Version Fixed In: | 5.24.3 |
Sentry Crash Report: | |||
Attachments: | Digital Clock default size with long date |
Description
Steven
2022-02-21 03:33:27 UTC
Looks like when the applet is on the desktop, the date string doesn't wrap. It probably should. My digital clock widget is at the top center of my screen. No wrapping is necessary. When I configure the widget for long date format, the long date is too tiny. I would like it to be the same size as the clock digits. When the date is displayed below the time, using a smaller font size is intentional, to de-emphasize it compared to the time. So that's gotta stay the same. However it shouldn't be that much smaller; the bug I identified is that when it can't wrap and there's not enough width, it becomes quite small. But when there is a lot of space, it shouldn't be too much smaller. Can you attach a screenshot that shows the problem on your setup? I'm so sorry for this bug report. I didn't realize I could simply resize the widget on the Desktop and get a larger date. You can indeed. :) Nonetheless, the date should wrap. I'll see about fixing it. Created attachment 147077 [details]
Digital Clock default size with long date
As you can see from this .png file, the long date is quite small if user doesn't resize the widget.
I am willling to resize the widget to make long date readable on my screen.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1486 Git commit 02af6bd9aef24e8acdb17bcb53105e7c11d0070c by Nate Graham. Committed on 24/02/2022 at 01:11. Pushed by ngraham into branch 'master'. 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. FIXED-IN: 5.24.3 M +1 -0 applets/digital-clock/package/contents/ui/DigitalClock.qml https://invent.kde.org/plasma/plasma-workspace/commit/02af6bd9aef24e8acdb17bcb53105e7c11d0070c Git commit 71193cd23eb48af8db7a548a2a23917ced308864 by Nate Graham. Committed on 24/02/2022 at 02:37. Pushed by ngraham into branch 'Plasma/5.24'. 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. FIXED-IN: 5.24.3 (cherry picked from commit 02af6bd9aef24e8acdb17bcb53105e7c11d0070c) M +1 -0 applets/digital-clock/package/contents/ui/DigitalClock.qml https://invent.kde.org/plasma/plasma-workspace/commit/71193cd23eb48af8db7a548a2a23917ced308864 |