From c91fea4edfbd04a09799ca8b2509b4cceb4da126 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 19 Dec 2018 13:35:11 +0800 Subject: [PATCH] Uncommited changes synced --- RepoStatusPopover.bjs | 2 +- RepoStatusPopover.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RepoStatusPopover.bjs b/RepoStatusPopover.bjs index ee42f335..89222f0c 100644 --- a/RepoStatusPopover.bjs +++ b/RepoStatusPopover.bjs @@ -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", diff --git a/RepoStatusPopover.vala b/RepoStatusPopover.vala index beb371f5..bba5b298 100644 --- a/RepoStatusPopover.vala +++ b/RepoStatusPopover.vala @@ -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 ); -- 2.39.2