src/Builder4/ValaProjectSettings.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 1 Jun 2015 10:12:20 +0000 (18:12 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 1 Jun 2015 10:12:20 +0000 (18:12 +0800)
src/Builder4/ValaProjectSettings.vala

src/Builder4/ValaProjectSettings.bjs
src/Builder4/ValaProjectSettings.vala

index c70171b..6837ea3 100644 (file)
@@ -64,6 +64,7 @@
          "* pack" : "pack_start,true,true,0",
          "xtype" : "Paned",
          "$ xns" : "Gtk",
+         "int position" : 300,
          "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
          "items" : [
           {
index c73767e..104cbd6 100644 (file)
@@ -253,6 +253,7 @@ public class ValaProjectSettings : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.position = 300;
             var child_0 = new Xcls_ScrolledWindow9( _this );
             child_0.ref();
             this.el.add (  child_0.el  );