okra pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=480eb2a04fb03bd081db1e485ede54d347da60aa

commit 480eb2a04fb03bd081db1e485ede54d347da60aa
Author: Stephen 'Okra' Houston <[email protected]>
Date:   Fri Jul 7 10:29:33 2017 -0500

    Luncher: Hint the preview popup to have the same min size as the preview 
windows.
    
    This fixes T5669
---
 src/modules/luncher/bar.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/luncher/bar.c b/src/modules/luncher/bar.c
index 2e196ee20..022aee447 100644
--- a/src/modules/luncher/bar.c
+++ b/src/modules/luncher/bar.c
@@ -882,7 +882,7 @@ _bar_icon_preview_show(void *data)
 
    ic->preview = elm_ctxpopup_add(e_comp->elm);
    elm_object_style_set(ic->preview, "noblock");
-   evas_object_size_hint_min_set(ic->preview, ic->inst->size, ic->inst->size);
+   evas_object_size_hint_min_set(ic->preview, ic->inst->cfg->preview_size, 
ic->inst->cfg->preview_size);
    evas_object_smart_callback_add(ic->preview, "dismissed", 
_bar_popup_dismissed, ic);
    evas_object_event_callback_add(ic->preview, EVAS_CALLBACK_MOUSE_IN,
        _bar_icon_preview_mouse_in, ic);

-- 


Reply via email to