X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=NewBranch.bjs;h=0fcd05542af54f73cef7e8a13ad63fa5ff59e742;hb=fc81ce492666a9ddf264668c0a1e41a4564d1665;hp=225edfd12b80f3731ae7c1b284785203acec7cc7;hpb=3bd1a1fe94c40c4b98ceb66ddee7525688350105;p=gitlive diff --git a/NewBranch.bjs b/NewBranch.bjs index 225edfd1..0fcd0554 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -226,7 +226,35 @@ "* pack" : "add", "xtype" : "Notebook", "$ xns" : "Gtk", - "bool vexpand" : true + "bool vexpand" : true, + "items" : [ + { + "id" : "label_select_ticket", + "* pack" : false, + "xtype" : "Label", + "string label" : "Select Existing Ticket to work on", + "$ xns" : "Gtk" + }, + { + "id" : "label_create_ticket", + "xtype" : "Label", + "* pack" : false, + "string label" : "Create a new Ticket", + "$ xns" : "Gtk" + }, + { + "id" : "label_quick_commit", + "* pack" : false, + "xtype" : "Label", + "string label" : "Quick Commit", + "$ xns" : "Gtk" + } + ] + }, + { + "* pack" : "append_page,_this.label_select_ticket.el", + "xtype" : "Box", + "$ xns" : "Gtk" } ] }