mutter/clutter/tests/conform/scripts/test-script-object-property.json
2016-04-12 20:04:26 +02:00

14 lines
257 B
JSON

{
"id" : "test",
"type" : "ClutterBox",
"layout-manager" : { "id" : "layout", "type" : "ClutterBinLayout" },
"children" : [
{
"id" : "child-1",
"type" : "ClutterRectangle",
"width" : "3 em",
"height" : "3 em"
}
]
}