src/Builder4/DialogSaveTemplate.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 21 May 2015 06:21:21 +0000 (14:21 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 May 2015 06:21:21 +0000 (14:21 +0800)
src/Builder4/DialogSaveTemplate.vala

src/Builder4/DialogSaveTemplate.bjs

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