X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=Ticket.bjs;fp=Ticket.bjs;h=1daec1c733ac373926e8243319d7a9df8ef4687b;hp=3218db4eb68969a8082054cb8c154caacc5a8709;hb=1674b0bada75891c3958d2d6eef5339ddfd22f89;hpb=81de542e33fe23bc55c575b66ac33d59ada71483 diff --git a/Ticket.bjs b/Ticket.bjs index 3218db4e..1daec1c7 100644 --- a/Ticket.bjs +++ b/Ticket.bjs @@ -24,7 +24,7 @@ "bool modal" : true, "items" : [ { - "xtype" : "VBox", + "xtype" : "Box", "$ pack" : "get_content_area().add", "$ xns" : "Gtk", "items" : [ @@ -268,16 +268,16 @@ "$ xns" : "Gtk" } ] + }, + { + "id" : "spinner", + "bool hexpand" : true, + "* pack" : "add", + "xtype" : "Spinner", + "$ xns" : "Gtk", + "bool vexpand" : true } ] - }, - { - "id" : "spinner", - "bool hexpand" : true, - "* pack" : "add", - "xtype" : "Spinner", - "$ xns" : "Gtk", - "bool vexpand" : true } ] }