mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
2008-04-23 Emmanuele Bassi <ebassi@openedhand.com>
* tests/test-script.json: Remove the explicit "visible" member to test that the visibility of actors is TRUE by default.
This commit is contained in:
parent
389e1470a5
commit
f7d9c5eaa1
@ -1,3 +1,9 @@
|
||||
2008-04-23 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* tests/test-script.json: Remove the explicit "visible"
|
||||
member to test that the visibility of actors is TRUE
|
||||
by default.
|
||||
|
||||
2008-04-23 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* configure.ac:
|
||||
|
@ -12,7 +12,6 @@
|
||||
"type" : "ClutterRectangle",
|
||||
"color" : "#ff0000ff",
|
||||
"x" : 50, "y" : 50, "width" : 100, "height" : 100,
|
||||
"visible" : true,
|
||||
"reactive" : true,
|
||||
"rotation" : [
|
||||
{ "z-axis" : [ 45.0, [ 75, 75 ] ] }
|
||||
@ -29,7 +28,6 @@
|
||||
"y" : 50,
|
||||
"width" : 100,
|
||||
"height" : 100,
|
||||
"visible" : true,
|
||||
"reactive" : true,
|
||||
"signals" : [
|
||||
{ "name" : "button-press-event", "handler" : "clutter_main_quit" }
|
||||
@ -46,7 +44,6 @@
|
||||
"anchor-x" : "5mm",
|
||||
"anchor-y" : "5pt",
|
||||
"opacity" : 100,
|
||||
"visible" : true,
|
||||
"behaviours" : [ "rotate-behaviour", "fade-behaviour" ]
|
||||
},
|
||||
{
|
||||
@ -56,7 +53,6 @@
|
||||
"x" : 250,
|
||||
"y" : 150,
|
||||
"opacity" : 100,
|
||||
"visible" : true
|
||||
},
|
||||
{
|
||||
"id" : "label",
|
||||
@ -70,7 +66,6 @@
|
||||
"alignment" : "center",
|
||||
"wrap" : false,
|
||||
"ellipsize" : "none",
|
||||
"visible" : true,
|
||||
"rotation" : [
|
||||
{ "y-axis" : [ 60.0, [ 275, 100 ] ] },
|
||||
{ "z-axis" : [ 45.0, [ 75, 75 ] ] }
|
||||
|
Loading…
Reference in New Issue
Block a user