aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2012-12-13 18:15:05 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2012-12-13 18:15:05 +0100
commit82bc873be2d7b06ee28db1279833b290edfe1cc0 (patch)
tree8c18276059c938933f6c6822541af4df9878341d
parentremove useless buttons in UI (diff)
downloadglouglou-82bc873be2d7b06ee28db1279833b290edfe1cc0.tar.xz
glouglou-82bc873be2d7b06ee28db1279833b290edfe1cc0.zip
make window bigger by default so it fits my screen
-rw-r--r--gg_map/gg_map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gg_map/gg_map.c b/gg_map/gg_map.c
index 15ea59b..a246b8b 100644
--- a/gg_map/gg_map.c
+++ b/gg_map/gg_map.c
@@ -428,7 +428,7 @@ elm_main(int argc, char **argv)
evas_object_resize(win, 150, 150); // XXX workaround elm sizing issue
evas_object_show(win);
- evas_object_resize(win, 950, 715);
+ evas_object_resize(win, 1300, 715);
evas_object_show(win);
_egraph = egraph;
_mainwin = win;