rimmed pushed a commit to branch eflete-1.18.

http://git.enlightenment.org/tools/eflete.git/commit/?id=e1c166aa9a1b3c04251929a67423b84d6078a237

commit e1c166aa9a1b3c04251929a67423b84d6078a237
Author: Andrii Kroitor <an.kroi...@samsung.com>
Date:   Tue Sep 6 11:50:49 2016 +0300

    config: fix default panes size
---
 src/bin/config/config.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/config/config.c b/src/bin/config/config.c
index bc2c529..80502d9 100644
--- a/src/bin/config/config.c
+++ b/src/bin/config/config.c
@@ -422,7 +422,7 @@ _config_default_new(void)
    conf->window.w =           1366;
    conf->window.h =           768;
    conf->panes.left =         0.2;
-   conf->panes.right =        0.3;
+   conf->panes.right =        0.7;
    conf->panes.left_ver =     0.5;
    conf->profile = strdup("default");
 

-- 


Reply via email to