Summary: | Tab character shown in clipboard preview is too messy | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Kishore Gopalakrishnan <kishore96> |
Component: | Clipboard widget & pop-up | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | kde, nate, noahadvs |
Priority: | NOR | Keywords: | junior-jobs |
Version: | 5.15.3 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/commit/87089f60040ecb6b3d892832882cc779aeab7c21 | Version Fixed In: | 5.26 |
Sentry Crash Report: | |||
Attachments: | Screenshot showing the issue |
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/breeze-icons/-/merge_requests/50 Git commit a7951945863a42225f8a8035dfa65135280cf61a by Noah Davis, on behalf of Glen Ditchfield. Committed on 06/10/2020 at 21:30. Pushed by ndavis into branch 'master'. Add task-recurring and appointment-recurring icons KOrganizer uses these icons, which are missing from Breeze. In Oxygen, they are implemented as symbolic links, and this patch takes the same approach. This patch does not provide size-32 icons. Would such icons be visible anywhere? Related: bug 418920, bug 397989, bug 392533 A +1 -0 icons-dark/status/16/appointment-reminder.svg A +1 -0 icons-dark/status/16/task-reminder.svg A +1 -0 icons-dark/status/22/appointment-reminder.svg A +1 -0 icons-dark/status/22/task-reminder.svg A +1 -0 icons/status/16/appointment-reminder.svg A +1 -0 icons/status/16/task-reminder.svg A +1 -0 icons/status/22/appointment-reminder.svg A +1 -0 icons/status/22/task-reminder.svg https://invent.kde.org/frameworks/breeze-icons/commit/a7951945863a42225f8a8035dfa65135280cf61a whoops, the author of this commit must have added the wrong bug (In reply to Noah Davis from comment #3) > whoops, the author of this commit must have added the wrong bug Yep. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1867 Git commit 87089f60040ecb6b3d892832882cc779aeab7c21 by Nate Graham, on behalf of Felipe Kinoshita. Committed on 23/06/2022 at 17:37. Pushed by ngraham into branch 'master'. applets/clipboard: Use less messy character for text preview FIXED-IN: 5.26 M +1 -1 applets/clipboard/contents/ui/TextItemDelegate.qml https://invent.kde.org/plasma/plasma-workspace/commit/87089f60040ecb6b3d892832882cc779aeab7c21 |
Created attachment 114646 [details] Screenshot showing the issue The symbol shown for the 'tab' character in the clipboard preview looks very messy due to the small font size used in the preview. This makes it difficult to tell at a glance what is actually there. Perhaps a different symbol for the tab character would be a good idea. For example, a single horizontal arrow pointing right (would this have to point left for right-to-left languages?) would convey the intended message, while being much more readable.