src/Builder4/EditProject.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 20 May 2015 09:06:58 +0000 (17:06 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 May 2015 09:06:58 +0000 (17:06 +0800)
src/Builder4/EditProject.vala

src/Builder4/EditProject.bjs

index d3b2bee..465e42d 100644 (file)
@@ -36,8 +36,8 @@
        "items" : [
         {
          "label" : "Project type :",
-         "xtype" : "Label",
          "* pack" : "pack_start,false,true,3",
+         "xtype" : "Label",
          "$ xns" : "Gtk"
         },
         {
          "items" : [
           {
            "id" : "cellrender",
-           "* pack" : "pack_start,true",
            "xtype" : "CellRendererText",
+           "* pack" : "pack_start,true",
            "$ xns" : "Gtk"
           },
           {
            "id" : "model",
-           "xtype" : "ListStore",
            "* pack" : "set_model",
+           "xtype" : "ListStore",
            "$ columns" : "typeof(string),typeof(string)",
            "n_columns" : 2,
            "$ xns" : "Gtk",
     },
     {
      "label" : "OK",
-     "* pack" : "add_action_widget,1",
      "xtype" : "Button",
+     "* pack" : "add_action_widget,1",
      "$ xns" : "Gtk"
     },
     {
      "label" : "Cancel",
-     "xtype" : "Button",
      "* pack" : "add_action_widget,0",
+     "xtype" : "Button",
      "$ xns" : "Gtk"
     }
    ]