src/Builder4/MainWindow.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 08:40:29 +0000 (16:40 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 08:40:29 +0000 (16:40 +0800)
src/Builder4/MainWindow.vala

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

index 17ce9b8..15e0806 100644 (file)
          "bool always_show_image" : true,
          "Gtk.PositionType image_position" : "Gtk.PositionType.LEFT",
          "xtype" : "Button",
-         "* pack" : "pack_start,false,false,0",
+         "* pack" : "pack_end,false,false,0",
          "string label" : "Errors",
          "$ xns" : "Gtk",
          "items" : [
          "Gtk.PositionType image_position" : "Gtk.PositionType.LEFT",
          "string label" : "Warnings",
          "xtype" : "Button",
-         "* pack" : "pack_start,false,false,0",
+         "* pack" : "pack_end,false,false,0",
          "$ xns" : "Gtk",
          "items" : [
           {
index 24375c0..836a1e0 100644 (file)
@@ -2146,10 +2146,10 @@ public class Xcls_MainWindow : Object
             this.el.pack_start (  child_0.el , true,true,0 );
             var child_1 = new Xcls_Button68( _this );
             child_1.ref();
-            this.el.pack_start (  child_1.el , false,false,0 );
+            this.el.pack_end (  child_1.el , false,false,0 );
             var child_2 = new Xcls_Button70( _this );
             child_2.ref();
-            this.el.pack_start (  child_2.el , false,false,0 );
+            this.el.pack_end (  child_2.el , false,false,0 );
             var child_3 = new Xcls_Button72( _this );
             child_3.ref();
             this.el.pack_end (  child_3.el , false,false,0 );