After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 763604 - The search button of a GtkShortcutsWindow should have the image-button class (?)
The search button of a GtkShortcutsWindow should have the image-button class (?)
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
3.19.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2016-03-14 11:41 UTC by Arnaud B.
Modified: 2016-03-21 16:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
shortcutswindow: Make the search button square (1.05 KB, patch)
2016-03-15 11:54 UTC, Matthias Clasen
committed Details | Review

Description Arnaud B. 2016-03-14 11:41:01 UTC
When using the HighContrast/HighContrastInverse themes, the search button of a GtkShortcutsWindow is not square and looks bad; it should probably have the “image-button” class.

Adding the “image-button” class ‘via’ the inspector works great. I tried doing a patch for that, but finished with a too high headerbar; so either I did something bad in my code, or there’s also another problem.
Comment 1 Matthias Clasen 2016-03-15 11:54:47 UTC
Created attachment 323973 [details] [review]
shortcutswindow: Make the search button square

Add the image-button style class to this button (this doesn't
work automatically here, since this is a toggle button).
Comment 2 Matthias Clasen 2016-03-21 16:02:20 UTC
Attachment 323973 [details] pushed as 26617bb - shortcutswindow: Make the search button square