Merge branch 'refactor/preferences-styling' into 'master'

Make preferences have the same width on all pages

See merge request rmnvgr/nightthemeswitcher-gnome-shell-extension!30
This commit is contained in:
Romain
2020-05-30 18:08:11 +00:00
+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);