resources/RooUsage.txt
[app.Builder.js] / src / Builder4 / WindowRightPalete.bjs
index 79809dc..ee0957d 100644 (file)
    "items" : [
     {
      "id" : "viewbox",
+     "* pack" : "pack_start,true,true,0",
      "xtype" : "Box",
-     "* pack" : "add",
      "$ xns" : "Gtk",
      "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
      "items" : [
       {
        "* init" : "  this.el.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC);\n   this.el.set_size_request(-1,200);\n \n",
        "$ shadow_type" : "Gtk.ShadowType.IN",
-       "* pack" : "add",
+       "* pack" : "pack_start,true,true,0",
        "xtype" : "ScrolledWindow",
        "$ xns" : "Gtk",
        "items" : [
@@ -66,8 +66,8 @@
            "items" : [
             {
              "id" : "txtrender",
-             "* pack" : "pack_start,true",
              "xtype" : "CellRendererText",
+             "* pack" : "pack_start,true",
              "$ xns" : "Gtk"
             }
            ]