From 737a2c2bfd89fc3953c5321c555dee9217f59da9 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 5 Jan 2009 00:36:00 +0000 Subject: [PATCH] fix comment SVN revision: 38458 --- legacy/elementary/src/bin/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/bin/test.c b/legacy/elementary/src/bin/test.c index ce1cd753c3..d9e5589718 100644 --- a/legacy/elementary/src/bin/test.c +++ b/legacy/elementary/src/bin/test.c @@ -1562,7 +1562,7 @@ my_win_main(void) /* add a box layout widget to the window */ bx = elm_box_add(win); - /* set weight to 1.0 x 1.0 == expand in x and y) */ + /* set weight to 1.0 x 0.0 == expand in x and not in y) */ evas_object_size_hint_weight_set(bx, 1.0, 0.0); /* set the box ad the content in the scrolled view*/