diff --git a/src/modules/conf_randr/e-module-conf_randr.edj b/src/modules/conf_randr/e-module-conf_randr.edj index 18b3264ef..05416c209 100644 Binary files a/src/modules/conf_randr/e-module-conf_randr.edj and b/src/modules/conf_randr/e-module-conf_randr.edj differ diff --git a/src/modules/conf_randr/e_smart_randr.c b/src/modules/conf_randr/e_smart_randr.c index af5344e6e..0a02a9b23 100644 --- a/src/modules/conf_randr/e_smart_randr.c +++ b/src/modules/conf_randr/e_smart_randr.c @@ -184,8 +184,8 @@ e_smart_randr_monitors_create(Evas_Object *obj) e_smart_monitor_grid_set(mon, sd->o_grid, gx, gy, gw, gh); /* if the output has no size, find an appropriate */ - cx = output->cfg->geo.w; - cy = output->cfg->geo.w; + cx = output->cfg->geo.x; + cy = output->cfg->geo.y; cw = output->cfg->geo.w; ch = output->cfg->geo.h; if ((cw == 0) && (ch == 0))