Builder4/ProjectSettings.bjs.XF4GMX
authorAlan Knowles <alan@roojs.com>
Mon, 15 Sep 2014 09:11:20 +0000 (17:11 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 15 Sep 2014 09:11:20 +0000 (17:11 +0800)
Builder4/ProjectSettings.bjs
Builder4/ProjectSettings.js.CT8GMX
Builder4/ProjectSettings.js
Builder4/ProjectSettings.vala.PK2GMX
Builder4/ProjectSettings.vala

Builder4/ProjectSettings.bjs
Builder4/ProjectSettings.js
Builder4/ProjectSettings.vala

index d4818be..05172da 100644 (file)
@@ -23,6 +23,7 @@
                     "gboolean expand" : false,
                     "$ xns" : "Gtk",
                     "$ homogeneous" : true,
+                    "gboolean vexpand" : false,
                     "items" : [
                         {
                             "listeners" : {
index d1054dc..5513f9d 100644 (file)
@@ -58,6 +58,7 @@ ProjectSettings=new XObject({
             expand : false,
             xns : Gtk,
             homogeneous : TRUE,
+            vexpand : false,
             items : [
                {
                     label : "Apply",
index 7c66381..584d5ae 100644 (file)
@@ -105,6 +105,7 @@ public class Xcls_ProjectSettings : Object
 
             // set gobject values
             this.el.expand = false;
+            this.el.vexpand = false;
             var child_0 = new Xcls_Button3( _this );
             child_0.ref();
             this.el.add (  child_0.el  );