fix comment

SVN revision: 38458
This commit is contained in:
Carsten Haitzler 2009-01-05 00:36:00 +00:00
parent fadfdd783f
commit 737a2c2bfd
1 changed files with 1 additions and 1 deletions

View File

@ -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*/