2007-12-25 Emmanuele Bassi <ebassi@openedhand.com>
* tests/test-script.json: Fix the JSON syntax
This commit is contained in:
parent
60e14ae728
commit
0bfe32314a
2 changed files with 8 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2007-12-25 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
|
* tests/test-script.json: Fix the JSON syntax
|
||||||
|
|
||||||
2007-12-25 Emmanuele Bassi <ebassi@openedhand.com>
|
2007-12-25 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* clutter/clutter-enum-types.c.in: Fix the template
|
* clutter/clutter-enum-types.c.in: Fix the template
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
"width" : 100,
|
"width" : 100,
|
||||||
"height" : 100,
|
"height" : 100,
|
||||||
"visible" : true,
|
"visible" : true,
|
||||||
"reactive" : true
|
"reactive" : true,
|
||||||
"signals" : [
|
"signals" : [
|
||||||
{ "name" : "button-press-event", "handler" : "clutter_main_quit" }
|
{ "name" : "button-press-event", "handler" : "clutter_main_quit" }
|
||||||
]
|
]
|
||||||
|
@ -68,12 +68,12 @@
|
||||||
"alignment" : "center",
|
"alignment" : "center",
|
||||||
"wrap" : false,
|
"wrap" : false,
|
||||||
"ellipsize" : "none",
|
"ellipsize" : "none",
|
||||||
"visible" : true
|
"visible" : true,
|
||||||
"rotation" : [
|
"rotation" : [
|
||||||
{ "y-axis" : [ 60.0, [ 275, 100 ] ] },
|
{ "y-axis" : [ 60.0, [ 275, 100 ] ] },
|
||||||
{ "z-axis" : [ 45.0, [ 75, 75 ] ] }
|
{ "z-axis" : [ 45.0, [ 75, 75 ] ] }
|
||||||
],
|
]
|
||||||
}
|
},
|
||||||
"blue-button",
|
"blue-button",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue