elementary / granite

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

HeaderLabel: wrap title, halign FILL #715

Closed danirabbit closed 4 months ago

danirabbit commented 5 months ago

Having this set to halign = START by default ends up with us overriding this in a bunch of places. All other widgets default to FILL

wrap the title while we're here

ryonakano commented 4 months ago

Maybe we need to update the documentation comment here?

/**
 * HeaderLabel is a start-aligned {@link Gtk.Label} with the Granite H4 style class
 */
public class Granite.HeaderLabel : Gtk.Widget {
danirabbit commented 4 months ago

@ryonakano updated! The label itself is still start aligned so I left that bit in