Builder4/ValaProjectSettings.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 29 Oct 2014 09:40:29 +0000 (17:40 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 29 Oct 2014 09:40:29 +0000 (17:40 +0800)
Builder4/ValaProjectSettings.vala

Builder4/ValaProjectSettings.bjs
Builder4/ValaProjectSettings.vala

index 7c6960d..9b9155b 100644 (file)
@@ -41,7 +41,7 @@
                                     "utf8 label" : "packages"
                                 },
                                 {
-                                    "* pack" : "pack_end,true,true,0",
+                                    "* pack" : "pack_start,true,true,0",
                                     "xtype" : "ScrolledWindow",
                                     "$ xns" : "Gtk",
                                     "items" : [
index 9d44049..618309d 100644 (file)
@@ -87,7 +87,7 @@ public class ValaProjectSettings : Object
             this.el.pack_start (  child_2.el , false,false,0 );
             var child_3 = new Xcls_ScrolledWindow7( _this );
             child_3.ref();
-            this.el.pack_end (  child_3.el , true,true,0 );
+            this.el.pack_start (  child_3.el , true,true,0 );
             var child_4 = new Xcls_Label12( _this );
             child_4.ref();
             this.el.pack_end (  child_4.el , false,false,0 );