MergeBranch.bjs
[gitlive] / MergeBranch.bjs
index 3b4e33f..d42ffae 100644 (file)
@@ -32,6 +32,7 @@
      "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
      "items" : [
       {
+       "id" : "table",
        "bool homogeneous" : false,
        "* pack" : "pack_start,false,false,0",
        "xtype" : "Table",
     },
     {
      "label" : "Do Merge",
+     "* init" : "{\n   this.el.get_style_context().add_class(\"suggested-action\");\n}\n",
      "xtype" : "Button",
      "* pack" : "add_action_widget,1",
      "$ xns" : "Gtk"