bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/apps/ephoto.git/commit/?id=5ee6630a6cd8a66b1a2861609ece26768662fac5
commit 5ee6630a6cd8a66b1a2861609ece26768662fac5 Author: Marcel Hollerbach <[email protected]> Date: Mon Aug 21 13:59:16 2017 +0200 ephoto: remove reminder, this was wrong fix T5888 --- src/bin/ephoto_main.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/bin/ephoto_main.c b/src/bin/ephoto_main.c index 22ff7fb..383ed2d 100644 --- a/src/bin/ephoto_main.c +++ b/src/bin/ephoto_main.c @@ -514,11 +514,7 @@ ephoto_window_add(const char *path) elm_object_text_set(ephoto->infolabel, _("Information")); EPHOTO_EXPAND(ephoto->infolabel); EPHOTO_FILL(ephoto->infolabel); - /* - PLEASE SEE https://phab.enlightenment.org/T5888 - evas_object_size_hint_aspect_set(ephoto->infolabel, EVAS_ASPECT_CONTROL_HORIZONTAL, - 1, 1); - */ + elm_box_pack_end(ephoto->statusbar, ephoto->infolabel); evas_object_show(ephoto->infolabel); --
