Kaydet (Commit) a18ce62e authored tarafından aaitmouloud's avatar aaitmouloud

Add vertical scroll bar on preferences window

üst ad279fe3
......@@ -39,7 +39,7 @@ function buildPrefsWidget(){
// Prepare labels and controls
let buildable = new Gtk.Builder();
buildable.add_from_file( Me.dir.get_path() + '/prefs.xml' );
let box = buildable.get_object('vbox_built');
let box = buildable.get_object('scrolled_window_built');
// Bind fields to settings
settings.bind('boot-wait' , buildable.get_object('field_wait') , 'value' , Gio.SettingsBindFlags.DEFAULT);
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment