src/Builder4/WindowLeftTree.bjs
authorAlan <alan@roojs.com>
Thu, 25 Jan 2024 08:33:05 +0000 (16:33 +0800)
committerAlan <alan@roojs.com>
Thu, 25 Jan 2024 08:33:05 +0000 (16:33 +0800)
src/Builder4/WindowLeftTree.vala

src/Builder4/WindowLeftTree.bjs
src/Builder4/WindowLeftTree.vala

index 85293d0..257f9bb 100644 (file)
@@ -31,7 +31,7 @@
       " "
      ],
      "Gtk.PolicyType hscrollbar_policy" : "Gtk.PolicyType.AUTOMATIC",
-     "Gtk.PolicyType vscrollbar_policy" : "",
+     "Gtk.PolicyType vscrollbar_policy" : "Gtk.PolicyType.AUTOMATIC",
      "bool has_frame" : true,
      "bool hexpand" : true,
      "bool vexpand" : true,
index 932e2da..5346e32 100644 (file)
@@ -126,7 +126,7 @@ public class Xcls_WindowLeftTree : Object
                        // my vars (dec)
 
                        // set gobject values
-                       this.el.vscrollbar_policy = ;
+                       this.el.vscrollbar_policy = Gtk.PolicyType.AUTOMATIC;
                        this.el.has_frame = true;
                        this.el.hexpand = true;
                        this.el.vexpand = true;