src/Builder4/ClutterFiles.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 22 May 2015 08:18:45 +0000 (16:18 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 22 May 2015 08:18:45 +0000 (16:18 +0800)
src/Builder4/ClutterFiles.vala

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

index 4e8d0a9..5d311e3 100644 (file)
        "* pack" : "add_child",
        "xtype" : "Text",
        "Clutter.ActorAlign y_align" : "Clutter.ActorAlign.START",
-       "boolean x_expand" : true,
+       "boolean x_expand" : false,
        "$ xns" : "Clutter",
        "Clutter.ActorAlign x_align" : "Clutter.ActorAlign.START",
-       "boolean y_expand" : true
+       "boolean y_expand" : false
       },
       {
        "* ctor" : "new Clutter.Text.full(\"Sans 10px\", \"\",  Clutter.Color.from_string(\"#ccc\"))",
        "* pack" : "add_child",
        "xtype" : "Text",
        "Clutter.ActorAlign y_align" : "Clutter.ActorAlign.START",
-       "boolean x_expand" : true,
+       "boolean x_expand" : false,
        "$ xns" : "Clutter",
        "Clutter.ActorAlign x_align" : "Clutter.ActorAlign.START",
-       "boolean y_expand" : true
+       "boolean y_expand" : false
       }
      ]
     },
index 32cb47c..b9bda50 100644 (file)
@@ -200,9 +200,9 @@ public class Xcls_ClutterFiles : Object
 
             // set gobject values
             this.el.x_align = Clutter.ActorAlign.START;
-            this.el.x_expand = true;
+            this.el.x_expand = false;
             this.el.y_align = Clutter.ActorAlign.START;
-            this.el.y_expand = true;
+            this.el.y_expand = false;
         }
 
         // user defined functions
@@ -227,9 +227,9 @@ public class Xcls_ClutterFiles : Object
 
             // set gobject values
             this.el.x_align = Clutter.ActorAlign.START;
-            this.el.x_expand = true;
+            this.el.x_expand = false;
             this.el.y_align = Clutter.ActorAlign.START;
-            this.el.y_expand = true;
+            this.el.y_expand = false;
         }
 
         // user defined functions