[clutter/wip/apocalypses/apocalypse-3: 35/35] interactive/image-box: Remove unneeded stuff



commit 8319f974049bc568c50fb9e282af3e6abae61632
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Tue Mar 13 17:19:15 2012 +0000

    interactive/image-box: Remove unneeded stuff

 tests/interactive/test-image-box.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/tests/interactive/test-image-box.c b/tests/interactive/test-image-box.c
index b5f2828..4410a49 100644
--- a/tests/interactive/test-image-box.c
+++ b/tests/interactive/test-image-box.c
@@ -65,12 +65,11 @@ test_image_box_main (int argc, char *argv[])
   clutter_actor_show (stage);
 
   box = clutter_actor_new ();
-  clutter_actor_set_name (box, "Grid");
+  clutter_actor_set_name (box, "Image");
   clutter_actor_set_margin_top (box, 12);
   clutter_actor_set_margin_right (box, 12);
   clutter_actor_set_margin_bottom (box, 12);
   clutter_actor_set_margin_left (box, 12);
-  clutter_actor_set_layout_manager (box, clutter_flow_layout_new (CLUTTER_FLOW_HORIZONTAL));
   clutter_actor_add_constraint (box, clutter_bind_constraint_new (stage, CLUTTER_BIND_SIZE, 0.0));
   clutter_actor_add_child (stage, box);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]