NewBranch.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 14 Dec 2018 02:11:56 +0000 (10:11 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 14 Dec 2018 02:11:56 +0000 (10:11 +0800)
NewBranch.vala

NewBranch.bjs
NewBranch.vala

index 1c409dd..209f1df 100644 (file)
         {
          "label" : "Project",
          "$ visible" : true,
-         "xalign" : 0.90000000000000002,
+         "Gtk.Align halign" : "Gtk.Align.START",
          "* pack" : "attach_defaults,0,1,0,1",
          "xtype" : "Label",
+         "$ justify" : "Gtk.Justification.RIGHT",
          "x_options" : 4,
          "$ xns" : "Gtk"
         },
index 38d7c2c..62e20a5 100644 (file)
@@ -202,7 +202,8 @@ public class NewBranch : Object
             // my vars (dec)
 
             // set gobject values
-            this.el.xalign = 0.900000f;
+            this.el.halign = Gtk.Align.START;
+            this.el.justify = Gtk.Justification.RIGHT;
             this.el.visible = true;
         }