src/Builder4/MainWindow.bjs
authorAlan Knowles <alan@roojs.com>
Sat, 14 Mar 2015 09:25:38 +0000 (17:25 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 14 Mar 2015 09:25:38 +0000 (17:25 +0800)
src/Builder4/MainWindow.vala

src/Builder4/MainWindow.bjs
src/Builder4/MainWindow.vala

index 8f6813b..1d9f2c3 100644 (file)
@@ -38,7 +38,7 @@
       {
        "id" : "mainpane",
        "position" : 400,
-       "* pack" : "pack_end,true,true,0",
+       "* pack" : "pack_start,true,true,0",
        "# int lastWidth" : 0,
        "xtype" : "HPaned",
        "$ xns" : "Gtk",
index 053bab7..1c7e530 100644 (file)
@@ -132,7 +132,7 @@ public class Xcls_MainWindow : Object
             // set gobject values
             var child_0 = new Xcls_mainpane( _this );
             child_0.ref();
-            this.el.pack_end (  child_0.el , true,true,0 );
+            this.el.pack_start (  child_0.el , true,true,0 );
             var child_1 = new Xcls_statusbar( _this );
             child_1.ref();
             this.el.pack_end (  child_1.el , false,true,0 );