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:
@@ -40,7 +40,10 @@ var SettingsPage = class {
|
|||||||
const description_widget = new Gtk.Label({
|
const description_widget = new Gtk.Label({
|
||||||
label: description,
|
label: description,
|
||||||
use_markup: true,
|
use_markup: true,
|
||||||
|
width_request: 600,
|
||||||
|
max_width_chars: 60,
|
||||||
wrap: true,
|
wrap: true,
|
||||||
|
justify: Gtk.Justification.LEFT,
|
||||||
halign: Gtk.Align.START
|
halign: Gtk.Align.START
|
||||||
});
|
});
|
||||||
this.page.pack_start(description_widget, false, false, 0);
|
this.page.pack_start(description_widget, false, false, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user