From: Joe Konno Date: Mon, 11 Jun 2012 21:51:29 +0000 (-0700) Subject: window.h: default window sized 300x200 X-Git-Tag: upstream/0.2.1~334 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0bb185f79ee1648d66142756b8f00cdaa0b4de8b;p=test%2Fgeneric%2Fwayland-fits.git window.h: default window sized 300x200 Instead of 50x50, so the test can be seen in the titlebar. Signed-off-by: Joe Konno --- 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);