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

View File

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