]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/notebook/notebook.cpp
fix sizing of extra control
[wxWidgets.git] / samples / notebook / notebook.cpp
index 83f7cb6dd59f1a3fae30656a62fa3319adf0c2e2..14f3fd951c3e98293b16a2811def5c8cdd719b0a 100644 (file)
@@ -332,7 +332,6 @@ MyFrame::MyFrame()
 
     m_panel->SetSizer(m_sizerFrame);
 
-    m_sizerFrame->Fit(this);
     m_sizerFrame->SetSizeHints(this);
 
     Centre(wxBOTH);
@@ -430,7 +429,6 @@ void MyFrame::RecreateBook()
 
     if ( m_multi && m_type == Type_Notebook )
         flags |= wxNB_MULTILINE;
-    flags |= wxDOUBLE_BORDER;
 
     wxBookCtrlBase *oldBook = m_bookCtrl;