conform: Drop a deprecated property

Use the non-deprecated :orientation property, instead of the
deprecated :vertical one.
This commit is contained in:
Emmanuele Bassi 2014-12-14 23:03:58 +00:00
parent f851d5b985
commit e6a60f6617
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{
"id" : "layout",
"type" : "ClutterBoxLayout",
"vertical" : true,
"orientation" : "vertical",
"spacing" : 12,
"pack-start" : false
},