NewBranch.bjs
[gitlive] / NewBranch.vala
index bee7f56..5696f20 100644 (file)
@@ -2195,7 +2195,7 @@ public class NewBranch : Object
         public Xcls_Table52(NewBranch _owner )
         {
             _this = _owner;
-            this.el = new Gtk.Table( 5, 5, true );
+            this.el = new Gtk.Table( 2, 5, true );
 
             // my vars (dec)
 
@@ -2229,7 +2229,7 @@ public class NewBranch : Object
         public Xcls_Label53(NewBranch _owner )
         {
             _this = _owner;
-            this.el = new Gtk.Label( "Commit Message" );
+            this.el = new Gtk.Label( "Just commit with this comment" );
 
             // my vars (dec)
 
@@ -2342,6 +2342,7 @@ public class NewBranch : Object
 
             // set gobject values
             this.el.height_request = 400;
+            this.el.vexpand = true;
             var child_0 = new Xcls_diff_view( _this );
             child_0.ref();
             this.el.add (  child_0.el  );