mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
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
@ -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>
|
||||
|
||||
* clutter/clutter-enum-types.c.in: Fix the template
|
||||
|
@ -30,7 +30,7 @@
|
||||
"width" : 100,
|
||||
"height" : 100,
|
||||
"visible" : true,
|
||||
"reactive" : true
|
||||
"reactive" : true,
|
||||
"signals" : [
|
||||
{ "name" : "button-press-event", "handler" : "clutter_main_quit" }
|
||||
]
|
||||
@ -68,12 +68,12 @@
|
||||
"alignment" : "center",
|
||||
"wrap" : false,
|
||||
"ellipsize" : "none",
|
||||
"visible" : true
|
||||
"visible" : true,
|
||||
"rotation" : [
|
||||
{ "y-axis" : [ 60.0, [ 275, 100 ] ] },
|
||||
{ "z-axis" : [ 45.0, [ 75, 75 ] ] }
|
||||
],
|
||||
}
|
||||
]
|
||||
},
|
||||
"blue-button",
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user