Fix #7238 - remove clutter and change layout of interface
[roobuilder] / src / Builder4 / About.bjs
1 {
2  "build_module" : "builder",
3  "items" : [
4   {
5    "$ authors" : "{ \"Alan Knowles\" }",
6    "$ modal" : true,
7    "$ xns" : "Gtk",
8    "listeners" : {
9     "response" : [
10      "(rid) => {",
11      "    this.el.hide();",
12      "    ",
13      "}",
14      "  "
15     ]
16    },
17    "program_name" : "roobuilder",
18    "string copyright" : "LGPL",
19    "string license" : "LGPL",
20    "string version" : "4.2.0",
21    "website" : "https://github.com/roojs/roobuilder",
22    "xtype" : "AboutDialog",
23    "|    void show" : [
24     "(Gtk.Window parent) {",
25     "    this.el.set_transient_for(parent);",
26     "    this.el.modal = true;",
27     "    this.el.show();",
28     "}",
29     " "
30    ]
31   }
32  ],
33  "modOrder" : "",
34  "name" : "About",
35  "parent" : "",
36  "path" : "/home/alan/gitlive/roobuilder/src/Builder4/About.bjs",
37  "permname" : "",
38  "title" : ""
39 }