MergeBranch.bjs
[gitlive] / MergeBranch.bjs
index 440d9db..bb938a7 100644 (file)
        "bool vexpand" : true,
        "items" : [
         {
+         "id" : "label_diff",
          "* pack" : false,
          "xtype" : "Label",
          "string label" : "Projected Commit Diff",
          "$ xns" : "Gtk"
+        },
+        {
+         "id" : "label_ticket",
+         "string label" : "Ticket Details",
+         "* pack" : false,
+         "xtype" : "Label",
+         "$ xns" : "Gtk"
+        },
+        {
+         "* pack" : "append_page,_this.label_status.el",
+         "xtype" : "Box",
+         "gboolean homogeneous" : false,
+         "$ xns" : "Gtk",
+         "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL"
+        },
+        {
+         "* pack" : "append_page,_this.label_status.el",
+         "xtype" : "Box",
+         "gboolean homogeneous" : false,
+         "$ xns" : "Gtk",
+         "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL"
         }
        ]
       },