seoz pushed a commit to branch master. http://git.enlightenment.org/tools/elm-theme-viewer.git/commit/?id=571c3ac76a50a0f661519be27718814095a0faf7
commit 571c3ac76a50a0f661519be27718814095a0faf7 Author: Daniel Juyung Seo <[email protected]> Date: Fri Dec 5 01:41:56 2014 +0900 gui: Fix widget description size. --- src/bin/gui.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/gui.c b/src/bin/gui.c index faf941f..c594efb 100644 --- a/src/bin/gui.c +++ b/src/bin/gui.c @@ -349,6 +349,7 @@ _widget_description_create(void) gd->desc_lbl = o = elm_label_add(gd->desc_scr); elm_label_line_wrap_set(o, ELM_WRAP_MIXED); + evas_object_size_hint_weight_set(o, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); elm_object_content_set(gd->desc_scr, o); evas_object_show(o); --
