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

Builder4/ValaProjectSettings.bjs
Builder4/ValaProjectSettings.vala

index 4a60fa5..7c6960d 100644 (file)
                                 },
                                 {
                                     "xtype" : "Entry",
-                                    "* pack" : "pack_end,false,false,0",
+                                    "* pack" : "pack_start,false,false,0",
                                     "string id" : "compile_flags",
                                     "$ xns" : "Gtk"
                                 },
                                 {
                                     "xtype" : "Label",
-                                    "* pack" : "pack_end,false,false,0",
+                                    "* pack" : "pack_start,false,false,0",
                                     "$ xns" : "Gtk",
                                     "utf8 label" : "packages"
                                 },
index fcdbd2e..9d44049 100644 (file)
@@ -81,10 +81,10 @@ public class ValaProjectSettings : Object
             this.el.pack_start (  child_0.el , false,false,0 );
             var child_1 = new Xcls_compile_flags( _this );
             child_1.ref();
-            this.el.pack_end (  child_1.el , false,false,0 );
+            this.el.pack_start (  child_1.el , false,false,0 );
             var child_2 = new Xcls_Label6( _this );
             child_2.ref();
-            this.el.pack_end (  child_2.el , false,false,0 );
+            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 );