It seems that with efl, elementary, and enlightenment master, setting E_WL_FORCE=wl, and running enlightenment_start results in a window that looks about ~200x200 pixels...
The wizard does not resize to the size of the window ~200x200 window. It stays about the same size of the screen, and I have to resize the window in order to be able to see the wizard.
Once I configure the wizard, enlightenment does resize along with the size of the window
Description
Description
Comment Actions
By removing
e_comp_canvas_resize(w * 2 / 3, h * 2 / 3);
from
src/modules/wl_wl/e_mod_main.c
I can get it to not resize to be really small.