src/Builder4/PopoverFiles.bjs
authorAlan <alan@roojs.com>
Fri, 20 May 2022 06:22:54 +0000 (14:22 +0800)
committerAlan <alan@roojs.com>
Fri, 20 May 2022 06:22:54 +0000 (14:22 +0800)
src/Builder4/PopoverFiles.vala

src/Builder4/PopoverFiles.bjs
src/Builder4/PopoverFiles.vala

index d694a28..c6c8092 100644 (file)
          "* pack" : "add",
          "Gtk.ShadowType shadow_type" : "Gtk.ShadowType.IN",
          "bool expand" : true,
+         "int width_request" : 600,
          "items" : [
           {
            "$ xns" : "Gtk",
index 74250bf..4e626d7 100644 (file)
@@ -796,6 +796,7 @@ public class Xcls_PopoverFiles : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.width_request = 600;
             this.el.expand = true;
             this.el.shadow_type = Gtk.ShadowType.IN;
             var child_0 = new Xcls_iconview( _this );