Uncommited changes synced
authorAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 05:35:11 +0000 (13:35 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 05:35:11 +0000 (13:35 +0800)
RepoStatusPopover.bjs
RepoStatusPopover.vala

index ee42f33..89222f0 100644 (file)
@@ -25,7 +25,7 @@
      "$ homogeneous" : false,
      "items" : [
       {
-       "* pack" : "pack_end,false,false,0",
+       "* pack" : "pack_start,false,false,0",
        "xtype" : "Box",
        "gboolean expand" : false,
        "$ xns" : "Gtk",
index beb371f..bba5b29 100644 (file)
@@ -88,7 +88,7 @@ public class RepoStatusPopover : Object
             this.el.border_width = 5;
             var child_0 = new Xcls_Box3( _this );
             child_0.ref();
-            this.el.pack_end (  child_0.el , false,false,0 );
+            this.el.pack_start (  child_0.el , false,false,0 );
             var child_1 = new Xcls_Notebook9( _this );
             child_1.ref();
             this.el.add (  child_1.el  );