fix comment
authorCarsten Haitzler <raster@rasterman.com>
Mon, 5 Jan 2009 00:36:00 +0000 (00:36 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Mon, 5 Jan 2009 00:36:00 +0000 (00:36 +0000)
SVN revision: 38458

src/bin/test.c

index ce1cd75..d9e5589 100644 (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*/