Skip to content

Commit

Permalink
HeaderLabel: allow secondary text to use markup (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Jan 18, 2024
1 parent 978d80f commit ff0ddb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Widgets/HeaderLabel.vala
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public class Granite.HeaderLabel : Gtk.Widget {
}
} else if (value != null) {
secondary_label = new Gtk.Label (value) {
use_markup = true,
wrap = true,
xalign = 0
};
Expand Down

0 comments on commit ff0ddb9

Please sign in to comment.