devilhorns pushed a commit to branch master.

http://git.enlightenment.org/apps/express.git/commit/?id=7042ecaa751d995b7070182b048444a22b4c6d9e

commit 7042ecaa751d995b7070182b048444a22b4c6d9e
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Thu Aug 13 11:40:00 2015 -0400

    express: Adjust default size of window
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/window.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/window.c b/src/bin/window.c
index 936784a..856f381 100644
--- a/src/bin/window.c
+++ b/src/bin/window.c
@@ -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)

-- 


Reply via email to