conform: Drop a deprecated property
Use the non-deprecated :orientation property, instead of the deprecated :vertical one.
This commit is contained in:
parent
f851d5b985
commit
e6a60f6617
@ -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
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user