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

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

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