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

NewBranch.bjs
NewBranch.vala

index 3f7a6a9..970ac4c 100644 (file)
@@ -81,6 +81,7 @@
         },
         {
          "label" : "Use this as branch name",
+         "Gtk.Align halign" : "Gtk.Align.START",
          "xalign" : 0.90000000000000002,
          "* pack" : "attach_defaults,0,1,2,3",
          "xtype" : "Label",
index 8b32fcc..ae0bddf 100644 (file)
@@ -382,6 +382,7 @@ public class NewBranch : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.halign = Gtk.Align.START;
             this.el.justify = Gtk.Justification.RIGHT;
             this.el.xalign = 0.900000f;
         }