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 732510 - Set Gtk.Image icon size from CSS
Set Gtk.Image icon size from CSS
Status: RESOLVED DUPLICATE of bug 708394
Product: gtk+
Classification: Platform
Component: Widget: Other
3.13.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-06-30 17:37 UTC by Daniel Fore
Modified: 2014-07-14 03:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Fore 2014-06-30 17:37:46 UTC
Along with the new ability to set icon style from CSS, it would be incredible useful to be able to specify icon size as well. Specifically, this would be useful for making elementary and GNOME apps fit in better when ran on each other's environments especially regarding toolbar/headerbar icon size and style.

I would assume the css would look something like this (for example):

.toolbar GtkImage {
    height: 24px;
    width: 24px;
}
Comment 1 Matthias Clasen 2014-07-14 03:20:17 UTC

*** This bug has been marked as a duplicate of bug 708394 ***