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

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

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