Bug 489261

Summary: "Application Style" kcm header button does not end in ellipsis
Product: [Applications] systemsettings Reporter: cwo <cwo.kde>
Component: kcm_styleAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED FIXED    
Severity: minor CC: mail, nate
Priority: NOR Keywords: junior-jobs
Version First Reported In: master   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In: 6.2.0
Sentry Crash Report:

Description cwo 2024-06-26 21:30:19 UTC
SUMMARY

The HIG state: " If the action is complex and requires additional user input before it completes (most commonly because it opens a dialog that prompts the user to make a further decision), end its label with an ellipsis."

The "Configure Icons and Toolbars" button in kcm_style opens a dialog, but does not end in an ellipsis. 

STEPS TO REPRODUCE

Run `systemsettings kcm_style`.

(Observed/Expected should be clear from summary)

SOFTWARE/OS VERSIONS

Current master. (main.qml, line 55)
Comment 1 Nate Graham 2024-06-27 20:25:00 UTC
Yup, it should. Wanna make it happen?
Comment 2 cwo 2024-06-27 20:34:14 UTC
(In reply to Nate Graham from comment #1)
> Yup, it should. Wanna make it happen?

On it. Trying to set up a build environment and figuring out how to do merge requests, but I got sidetracked again trying to investigate why kcm json files don't seem to get their contents put into the pot files for translation...
Comment 3 Bug Janitor Service 2024-07-04 06:52:28 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4494