Ticket.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 24 Dec 2018 07:45:19 +0000 (15:45 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 24 Dec 2018 07:45:19 +0000 (15:45 +0800)
Ticket.vala

Ticket.bjs
Ticket.vala

index 1daec1c..31fc259 100644 (file)
@@ -27,6 +27,7 @@
      "xtype" : "Box",
      "$ pack" : "get_content_area().add",
      "$ xns" : "Gtk",
      "xtype" : "Box",
      "$ pack" : "get_content_area().add",
      "$ xns" : "Gtk",
+     "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
      "items" : [
       {
        "bool homogeneous" : true,
      "items" : [
       {
        "bool homogeneous" : true,
index 8989b18..d8b10d9 100644 (file)
@@ -154,7 +154,7 @@ public class Ticket : Object
         public Xcls_Box2(Ticket _owner )
         {
             _this = _owner;
         public Xcls_Box2(Ticket _owner )
         {
             _this = _owner;
-            this.el = new Gtk.Box( null, 0 );
+            this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 );
 
             // my vars (dec)
 
 
             // my vars (dec)