src/Builder4/ClutterFiles.bjs
authorAlan Knowles <alan@roojs.com>
Sun, 24 May 2015 08:49:32 +0000 (16:49 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 24 May 2015 08:49:32 +0000 (16:49 +0800)
src/Builder4/ClutterFiles.vala

src/Builder4/ClutterFiles.bjs
src/Builder4/ClutterFiles.vala

index 424e5dd..7a7a45f 100644 (file)
@@ -89,6 +89,7 @@
          "id" : "filelayout_manager",
          "$ orientation" : "Clutter.FlowOrientation.HORIZONTAL",
          "xtype" : "FlowLayout",
+         "float max_column_width" : 150,
          "$ xns" : "Clutter",
          "row_spacing" : 20,
          "* prop" : "layout_manager",
index e7b6bde..07c8f7e 100644 (file)
@@ -421,6 +421,7 @@ public class Xcls_ClutterFiles : Object
 
             // set gobject values
             this.el.homogeneous = true;
+            this.el.max_column_width = 150f;
             this.el.row_spacing = 20f;
             this.el.column_spacing = 20f;
         }