elementary / granite

Library that extends GTK with common widgets and utilities
https://elementary.io
GNU Lesser General Public License v3.0
289 stars 61 forks source link

Constants: add large-icons #621

Closed danirabbit closed 2 years ago

danirabbit commented 2 years ago

This style class is used by Gtk.Image, so we support it too. See also https://github.com/elementary/stylesheet/pull/1222

tintou commented 2 years ago

Apparently this should be set by Gtk when doing image.icon_size = Gtk.IconSize.LARGE

danirabbit commented 2 years ago

Yeah, but I think it should also be available as a constant so we can set it on image containers like buttons or you might want to set all the images in an actionbar at once or something like that