From d6787e03d968bd0b426a7af99e9ed033afad5125 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 14 Mar 2015 17:25:06 +0800 Subject: [PATCH] src/Builder4/MainWindow.bjs src/Builder4/MainWindow.vala --- src/Builder4/MainWindow.bjs | 2 +- src/Builder4/MainWindow.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Builder4/MainWindow.bjs b/src/Builder4/MainWindow.bjs index 752c43eaf..8f6813b5c 100644 --- a/src/Builder4/MainWindow.bjs +++ b/src/Builder4/MainWindow.bjs @@ -544,7 +544,7 @@ }, { "id" : "statusbar", - "* pack" : "pack_end,true,true,0", + "* pack" : "pack_end,false,true,0", "xtype" : "Statusbar", "$ xns" : "Gtk" } diff --git a/src/Builder4/MainWindow.vala b/src/Builder4/MainWindow.vala index c58fdfa59..053bab7de 100644 --- a/src/Builder4/MainWindow.vala +++ b/src/Builder4/MainWindow.vala @@ -135,7 +135,7 @@ public class Xcls_MainWindow : Object this.el.pack_end ( child_0.el , true,true,0 ); var child_1 = new Xcls_statusbar( _this ); child_1.ref(); - this.el.pack_end ( child_1.el , true,true,0 ); + this.el.pack_end ( child_1.el , false,true,0 ); } // user defined functions -- 2.39.2