don't force excessively large minsize, it makes the sample nearly unusable on X11

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-07-01 17:45:08 +00:00
parent f77d4deb70
commit fb12998e98

View File

@@ -347,7 +347,6 @@ GridFrame::GridFrame()
SetSizer( topSizer );
topSizer->Fit( this );
topSizer->SetSizeHints( this );
Centre();
SetDefaults();