]> git.saurik.com Git - wxWidgets.git/commitdiff
don't force excessively large minsize, it makes the sample nearly unusable on X11
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 1 Jul 2004 17:45:08 +0000 (17:45 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 1 Jul 2004 17:45:08 +0000 (17:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/grid/griddemo.cpp

index 0da6de76f8fbdafa1fdc63dcb673b31c0a9adc2d..3fcd79e0ffacf5256527bf2dba8fcd65e984c6c0 100644 (file)
@@ -347,7 +347,6 @@ GridFrame::GridFrame()
     SetSizer( topSizer );
 
     topSizer->Fit( this );
-    topSizer->SetSizeHints( this );
 
     Centre();
     SetDefaults();