express: Adjust default size of window

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-08-13 11:40:00 -04:00
parent 2a7efea18c
commit 7042ecaa75
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ _cb_size_job(void *data EINA_UNUSED)
_size_job = NULL;
defw = 400 * elm_config_scale_get();
defh = 245 * elm_config_scale_get();
defw = 480 * elm_config_scale_get();
defh = 310 * elm_config_scale_get();
/* try to get the active channel */
EINA_LIST_FOREACH(_win->channels, l, chl)