Summary: | Default button color should be more visually obvious | ||
---|---|---|---|
Product: | [Plasma] Breeze | Reporter: | skierpage <skierpage> |
Component: | QStyle | Assignee: | Hugo Pereira Da Costa <hugo.pereira.da.costa> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hugo.pereira.da.costa, nate |
Priority: | NOR | Keywords: | usability |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/breeze/commit/00693ee5e715167d61d0014b9eb75ab3dbd31b51 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | In this Kate replace panel, what will happen when I press [Enter]? |
Description
skierpage
2016-06-11 21:45:22 UTC
Are you sure this is specific to using the Breeze widget style? Please try running the application with "-style Fusion" or "-style Oxygen" argument to test other styles. Thanks for responding. `kate -style Fusion` draws a blue line around the default button in settings and save dialogs, so this is specific to Breeze. However, the Kate Replace panel (that appears in its window) does not have this blue highlight. So my attached screenshot is misleading. And looking at Kate's settings and save dialogs in the Breeze theme, the default action is a slightly lighter gray. So I think the bugs here are * The KDE Breeze theme's indication of the default action in a dialog with a lighter gray is too subtle. * The GTK Breeze theme does not indicate the default buttons in dialogs with this lighter gray, or at all. * Kate's Replace panel doesn't indicate its default action. Should I file new bugs or rewrite this one? I suggest to report the Kate issue separately. "The GTK Breeze theme does not indicate the default buttons in dialogs with this lighter gray, or at all." this should go to a separate bug report too, with product being "gtk theme" because the gtk theme is not maintained by the same people. For the QStyle at hand, well, when default button is set by the app, it is indicated (as you noted, by light grey). So it is in oxygen too. That this is too subtle is a matter of taste. Especially since there are other ways to use the button (using the mouse, or with the tab key. Note that the tab key will always work (also in kate when no default button is set), and that the button will be highlighted in a much more visible way in this case. *** Bug 386158 has been marked as a duplicate of this bug. *** Git commit 00693ee5e715167d61d0014b9eb75ab3dbd31b51 by Nate Graham, on behalf of Jan Blackquill. Committed on 08/06/2021 at 14:09. Pushed by ngraham into branch 'master'. Make default button blue M +4 -2 kstyle/breezestyle.cpp https://invent.kde.org/plasma/breeze/commit/00693ee5e715167d61d0014b9eb75ab3dbd31b51 |