window.h: default window sized 300x200
authorJoe Konno <joe.konno@intel.com>
Mon, 11 Jun 2012 21:51:29 +0000 (14:51 -0700)
committerJoe Konno <joe.konno@intel.com>
Tue, 12 Jun 2012 16:35:22 +0000 (09:35 -0700)
Instead of 50x50, so the test can be seen in the titlebar.

Signed-off-by: Joe Konno <joe.konno@intel.com>
src/efl/window.h

index c6c7077..a1e2366 100644 (file)
@@ -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);