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

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

index 4a3d77e..1d54ace 100644 (file)
            "* args" : "JsRender.JsRender file",
            "* pack" : "add_child",
            "xtype" : "Text",
-           "bool x_expand" : true,
+           "bool x_expand" : false,
            "$ y_align" : "Clutter.ActorAlign.START",
            "$ xns" : "Clutter",
            "bool y_expand" : false,
            "* ctor" : "new Clutter.Text.full(\"Sans 10px\", file.nickName(),  Clutter.Color.from_string(\"#fff\"))",
            "id" : "+title",
            "* args" : "JsRender.JsRender file",
-           "$ x_expand" : true,
            "* pack" : "add_child",
            "xtype" : "Text",
+           "bool x_expand" : true,
            "$ y_align" : "Clutter.ActorAlign.START",
            "$ xns" : "Clutter",
            "bool y_expand" : false,
index 888bf16..074fea2 100644 (file)
@@ -608,7 +608,7 @@ 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 = false;
         }