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 STYLE_CLASS_RICH_LIST #614

Closed danirabbit closed 2 years ago

danirabbit commented 2 years ago

This class is currently used in Gtk.Inspector, Gtk.WidgetFactory, and Gtk.Demo. It sounds like it may change upstream in future releases, such as to boxed-list or something else, but in general having a style class that sets some standard padding/sizes/etc on Gtk.ListBox is useful and we support it in the stylesheet

Todo:

danirabbit commented 2 years ago

Yeah we previously decided not to translate Demo since it's only really used by developers