Ticket.bjs
[gitlive] / Ticket.bjs
index 3218db4..1daec1c 100644 (file)
@@ -24,7 +24,7 @@
    "bool modal" : true,
    "items" : [
     {
-     "xtype" : "VBox",
+     "xtype" : "Box",
      "$ pack" : "get_content_area().add",
      "$ xns" : "Gtk",
      "items" : [
          "$ 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
     }
    ]
   }