]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/controls/controls.cpp
more timezone stuff - it's a miracle, but it seems to work
[wxWidgets.git] / samples / controls / controls.cpp
index 9bfc350010d6786172e8655c048d4c736466400f..6429aa80dd2f7eb9fb936884ae82990e1c86f85a 100644 (file)
@@ -219,7 +219,9 @@ bool MyApp::OnInit()
     // Create the main frame window
     MyFrame *frame = new MyFrame((wxFrame *) NULL,
             "Controls wxWindows App",
-            x, y, 530, 420);
+            x, y, 540, 430);
+    
+    frame->SetSizeHints( 500, 425 );
 
     // Give it an icon
     // The wxICON() macros loads an icon from a resource under Windows