src/Builder4/DialogSaveTemplate.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 1 Jun 2015 05:41:22 +0000 (13:41 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 1 Jun 2015 05:41:22 +0000 (13:41 +0800)
src/Builder4/DialogSaveTemplate.vala

src/Builder4/DialogSaveTemplate.bjs

index 9bb07d8..9800a57 100644 (file)
      "items" : [
       {
        "label" : "Name",
-       "* pack" : "add",
        "xtype" : "Label",
+       "* pack" : "add",
        "$ xns" : "Gtk"
       },
       {
        "id" : "name",
-       "* pack" : "add",
        "xtype" : "Entry",
+       "* pack" : "add",
        "$ xns" : "Gtk"
       }
      ]
     },
     {
      "label" : "Cancel",
-     "* pack" : "add_action_widget,0",
      "xtype" : "Button",
+     "* pack" : "add_action_widget,0",
      "$ xns" : "Gtk"
     },
     {
      "label" : "OK",
-     "* pack" : "add_action_widget,1",
      "xtype" : "Button",
+     "* pack" : "add_action_widget,1",
      "$ xns" : "Gtk"
     }
    ]