resources/RooUsage.txt
[app.Builder.js] / src / Builder4 / EditProject.bjs
index d3b2bee..b55233e 100644 (file)
@@ -9,7 +9,7 @@
  "items" : [
   {
    "listeners" : {
-    "destroy_event" : " (self, event) => {\n  this.el.response(0);\n//     this.el.hide();\n    return false;\n}"
+    "destroy_event" : "(self, event) => {\n\tthis.el.response(0);\n//     this.el.hide();\n    return false;\n}"
    },
    "default_width" : 600,
    "$ deletable" : true,
    "name" : "EditProject",
    "items" : [
     {
+     "bool expand" : true,
+     "xtype" : "Box",
      "$ pack" : " get_content_area().add \n \n",
-     "xtype" : "VBox",
      "$ xns" : "Gtk",
+     "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
      "$ homogeneous" : false,
      "items" : [
       {
-       "xtype" : "HBox",
+       "xtype" : "Box",
        "* pack" : "pack_start,false,true,3",
        "$ xns" : "Gtk",
+       "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
        "$ homogeneous" : false,
        "items" : [
         {
@@ -71,6 +74,7 @@
        "$ create_folders" : false,
        "id" : "dir",
        "$ action" : "Gtk.FileChooserAction.SELECT_FOLDER",
+       "bool expand" : true,
        "* pack" : "pack_end,true,true,5",
        "xtype" : "FileChooserWidget",
        "$ xns" : "Gtk",