bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/apps/ephoto.git/commit/?id=47fe2b9ab03c151b0f459b99de0dd52c49b5705c

commit 47fe2b9ab03c151b0f459b99de0dd52c49b5705c
Author: Marcel Hollerbach <[email protected]>
Date:   Sun Aug 20 09:30:13 2017 +0200

    ephoto: make it work again
    
    It turns out that there is some madness when setting a aspect on a
    elm.label. This should at first fix this, but its far from a good
    solution.
    
    ref T5888
---
 src/bin/ephoto_main.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/bin/ephoto_main.c b/src/bin/ephoto_main.c
index 8c6c66e..22ff7fb 100644
--- a/src/bin/ephoto_main.c
+++ b/src/bin/ephoto_main.c
@@ -514,8 +514,11 @@ 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);
 

-- 


Reply via email to