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

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

index 2ba03b7..f3d450e 100644 (file)
            "* pack" : "add",
            "id" : "iconview",
            "int columns" : 3,
+           "int item_width" : 150,
            "int markup_column" : 1,
            "int pixbuf_column" : 3,
            "items" : [
index be0b379..f6c799d 100644 (file)
@@ -856,6 +856,7 @@ public class Xcls_PopoverFiles : Object
             this.el.markup_column = 1;
             this.el.columns = 3;
             this.el.pixbuf_column = 3;
+            this.el.item_width = 150;
             var child_0 = new Xcls_iconmodel( _this );
             child_0.ref();
             this.el.model = child_0.el;