ephoto: remove reminder, this was wrong

fix T5888
This commit is contained in:
Marcel Hollerbach 2017-08-21 13:59:16 +02:00
parent 47fe2b9ab0
commit 5ee6630a6c
1 changed files with 1 additions and 5 deletions

View File

@ -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);