]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove size hints for now that messes up nav panel size
authorJulian Smart <julian@anthemion.co.uk>
Thu, 18 Mar 2004 21:41:52 +0000 (21:41 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 18 Mar 2004 21:41:52 +0000 (21:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/helpfrm.cpp

index be646fea907bbc3283654d74dab9f81acc677095..488c31c45bdc44e1c443d5396e80f06a5f3c6cbf 100644 (file)
@@ -465,7 +465,11 @@ bool wxHtmlHelpFrame::Create(wxWindow* parent, wxWindowID id,
 
     if ( navigSizer )
     {
-        navigSizer->SetSizeHints(m_NavigPan);
+        // We don't really want to set the nav panel min size to
+        // the current overall window size (which may be large).
+        // But leaving this code commented in case there's
+        // some variation that makes sense.
+//        navigSizer->SetSizeHints(m_NavigPan);
         m_NavigPan->Layout();
     }