Hi,

I meant to get this resolved at the weekend but we ran out of the time.
Some strange sizing issues have been haunting us (
https://phab.enlightenment.org/T5482) I have tracked it down to a main menu
that's bigger than the window content.

If someone can help please apply the attached patch to EFL then run
elementary_test and click "Main menu" - you will see a very unhappy
window...

First to solve this get's a special prize!

Thanks,
Andy
-- 
http://andywilliams.me
http://ajwillia.ms
diff --git a/src/bin/elementary/test_main_menu.c b/src/bin/elementary/test_main_menu.c
index 507a138709..04ab8d3736 100644
--- a/src/bin/elementary/test_main_menu.c
+++ b/src/bin/elementary/test_main_menu.c
@@ -33,8 +33,8 @@ test_main_menu(void *data EINA_UNUSED,
    evas_object_show(bx);
 
    label = elm_label_add(win);
-   elm_object_text_set(label, "Note: the D-Bus menu example requires support from the "
-                              "desktop environment to display the application menu");
+   elm_object_text_set(label, "Note: the D-Bus..."); // menu example requires support from the "
+//                              "desktop environment to display the application menu");
    evas_object_size_hint_weight_set(label, EVAS_HINT_EXPAND,
                                     EVAS_HINT_EXPAND);
    elm_box_pack_end(bx, label);
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to