Make preferences have the same width on all pages

This commit is contained in:
Romain Vigier
2020-05-30 20:01:18 +02:00
parent 116abaf87d
commit 8370f31271
+3
View File
@@ -40,7 +40,10 @@ var SettingsPage = class {
const description_widget = new Gtk.Label({
label: description,
use_markup: true,
width_request: 600,
max_width_chars: 60,
wrap: true,
justify: Gtk.Justification.LEFT,
halign: Gtk.Align.START
});
this.page.pack_start(description_widget, false, false, 0);