Skip to content

Commit

Permalink
more wrapping workaround stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Apr 2, 2024
1 parent ef6df79 commit 7f7684c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/SettingsPage.vala
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ public abstract class Switchboard.SettingsPage : Gtk.Widget {
title_label.add_css_class (Granite.STYLE_CLASS_H2_LABEL);

var description_label = new Gtk.Label (description) {
hexpand = true,
max_width_chars = 0,
selectable = true,
use_markup = true,
Expand Down

0 comments on commit 7f7684c

Please sign in to comment.