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

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

index 590c470..3ea9f48 100644 (file)
@@ -90,7 +90,7 @@
          "$ orientation" : "Clutter.FlowOrientation.HORIZONTAL",
          "bool homogeneous" : true,
          "xtype" : "FlowLayout",
-         "float max_column_width" : "120.0f",
+         "float max_column_width" : "100.0f",
          "$ xns" : "Clutter",
          "row_spacing" : 20,
          "* prop" : "layout_manager",
index bcc0882..d6f4d49 100644 (file)
@@ -427,7 +427,7 @@ public class Xcls_ClutterFiles : Object
 
             // set gobject values
             this.el.homogeneous = true;
-            this.el.max_column_width = 120.0f;
+            this.el.max_column_width = 100.0f;
             this.el.row_spacing = 20f;
             this.el.column_spacing = 20f;
         }