hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=c8d6ec65380a9448a72f232d81bfe820e6f12dc0

commit c8d6ec65380a9448a72f232d81bfe820e6f12dc0
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Mon Aug 11 22:14:18 2014 +0900

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

diff --git a/src/bin/panes.c b/src/bin/panes.c
index d755ee1..5d8117e 100644
--- a/src/bin/panes.c
+++ b/src/bin/panes.c
@@ -250,7 +250,7 @@ panes_term(void)
 Evas_Object *
 panes_init(Evas_Object *parent)
 {
-   const double DEFAULT_CONSOLE_SIZE = 0.3;
+   const double DEFAULT_CONSOLE_SIZE = 0.175;
 
    panes_data *pd = malloc(sizeof(panes_data));
    if (!pd)

-- 


Reply via email to