src/Builder4/WindowLeftProps.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 21 May 2015 06:52:04 +0000 (14:52 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 May 2015 06:52:04 +0000 (14:52 +0800)
src/Builder4/WindowLeftProps.vala

src/Builder4/WindowLeftProps.bjs
src/Builder4/WindowLeftProps.vala

index 268d8e7..ca03769 100644 (file)
@@ -42,6 +42,7 @@
        "listeners" : {
         "button_press_event" : "  (self, ev) => {\n    _this.before_edit();\n    \n        \n    var p = _this.AddPropertyPopup;\n    p.el.set_screen(Gdk.Screen.get_default());\n    p.el.show_all();\n     p.el.popup(null, null, null, ev.button, ev.time);\n     return true;\n}"
        },
+       "bool hexpand" : true,
        "* pack" : "add",
        "xtype" : "Button",
        "$ xns" : "Gtk",
index 064924a..f0d3e85 100644 (file)
@@ -583,6 +583,7 @@ public class Xcls_LeftProps : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.hexpand = true;
             var child_0 = new Xcls_Box4( _this );
             child_0.ref();
             this.el.add (  child_0.el  );