From: Alan Knowles Date: Fri, 15 May 2015 09:06:48 +0000 (+0800) Subject: src/Builder4/MainWindow.bjs X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=14b715be21c819d7ec2b3d36a1a84828c6f5a89b src/Builder4/MainWindow.bjs src/Builder4/MainWindow.vala --- diff --git a/src/Builder4/MainWindow.bjs b/src/Builder4/MainWindow.bjs index 90ce75175..33295802a 100644 --- a/src/Builder4/MainWindow.bjs +++ b/src/Builder4/MainWindow.bjs @@ -603,6 +603,7 @@ "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL", "items" : [ { + "bool hexpand" : true, "string label" : "Errors", "* pack" : "add", "xtype" : "ToolButton", diff --git a/src/Builder4/MainWindow.vala b/src/Builder4/MainWindow.vala index e7ab9211e..50a08ba98 100644 --- a/src/Builder4/MainWindow.vala +++ b/src/Builder4/MainWindow.vala @@ -2245,6 +2245,7 @@ public class Xcls_MainWindow : Object // set gobject values this.el.icon_name = "dialog-error"; + this.el.hexpand = true; } // user defined functions