https://bugs.kde.org/show_bug.cgi?id=525213
Bug ID: 525213
Summary: Plasma timer shows progress only in seconds. Also
overflows beyond panel limits
Classification: Plasma
Product: plasmashell
Version First 6.7.2
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: Timer widget
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: 1.0
Created attachment 195777
--> https://bugs.kde.org/attachment.cgi?id=195777&action=edit
der screenshot
Timer plasmoid.
1. It overflows when renders itself. See screenshot
2. It shows progress only in seconds.
The #2 is probably coz it is put on vertical panel. At least from what i see
from source:
```
text: {
if (root.isVertical) {
return i18ncp("remaining time", "%1s", "%1s",
root.seconds);
}
return root.showSeconds ?
TimerPlasmoid.Timer.secondsToString(root.seconds, "hh:mm:ss") :
TimerPlasmoid.Timer.secondsToString(root.seconds, "hh:mm");
}
```
Though the "remaining time" text doesn't seem to be on screen at all.
It should show time in readable units (hh:mm:ss), not in 1189s. And adapt to
whatever space is available, just like the calendar on the screenshot below it
KDE Plasma Version: 6.7.2
KDE Frameworks Version: 6.27.0
Qt Version: 6.11.1
--
You are receiving this mail because:
You are watching all bug changes.