From 0bb185f79ee1648d66142756b8f00cdaa0b4de8b Mon Sep 17 00:00:00 2001 From: Joe Konno Date: Mon, 11 Jun 2012 14:51:29 -0700 Subject: [PATCH] window.h: default window sized 300x200 Instead of 50x50, so the test can be seen in the titlebar. Signed-off-by: Joe Konno --- src/efl/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/efl/window.h b/src/efl/window.h index c6c7077..a1e2366 100644 --- a/src/efl/window.h +++ b/src/efl/window.h @@ -8,7 +8,7 @@ class Window : public EvasObject { public: - Window(const std::string& = "name", const std::string& = "title", const unsigned = 50, const unsigned = 50); + Window(const std::string& = "name", const std::string& = "title", const unsigned = 300, const unsigned = 200); void iconify(Eina_Bool iconify); void maximize(Eina_Bool maximize); -- 2.7.4