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

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

index 34763a4..1bc55d5 100644 (file)
@@ -46,7 +46,7 @@
       {
        "* ctor" : "new Clutter.Text.full(\"Sans 20px\", \"\",  Clutter.Color.from_string(\"#eee\"))",
        "id" : "project_title_name",
-       "float x" : "100.0f",
+       "float x" : "0.0f",
        "* pack" : "add_child",
        "xtype" : "Text",
        "float y" : "10.0f",
@@ -56,7 +56,7 @@
       {
        "* ctor" : "new Clutter.Text.full(\"Sans 10px\", \"\",  Clutter.Color.from_string(\"#ccc\"))",
        "id" : "project_title_path",
-       "float x" : "50.0f",
+       "float x" : "0.0f",
        "* pack" : "add_child",
        "xtype" : "Text",
        "float y" : "20.0f",
index 7b50780..1f70240 100644 (file)
@@ -224,7 +224,7 @@ public class Xcls_ClutterFiles : Object
             // my vars (dec)
 
             // set gobject values
-            this.el.x = 100.0f;
+            this.el.x = 0.0f;
             this.el.y = 10.0f;
             this.el.x_expand = false;
         }
@@ -250,7 +250,7 @@ public class Xcls_ClutterFiles : Object
             // my vars (dec)
 
             // set gobject values
-            this.el.x = 50.0f;
+            this.el.x = 0.0f;
             this.el.y = 20.0f;
         }