Changed release date to 4th June,
Made border around notebook sizer a bit bigger, you never know what people do with tabs. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
23rd May '2000: wxWindows pre-2.2 release
|
||||
4th June '2000: wxWindows pre-2.2 release
|
||||
|
||||
Complete freeze now. Only vital bug-fixes allowed.
|
||||
|
||||
|
@@ -25,13 +25,13 @@
|
||||
%\special{!/@scaleunit 1 def}
|
||||
\parskip=10pt
|
||||
\parindent=0pt
|
||||
\title{wxWindows 2.1.16: A portable C++ and Python GUI toolkit}
|
||||
\title{wxWindows 2.2: A portable C++ and Python GUI toolkit}
|
||||
\winhelponly{\author{by Julian Smart et al
|
||||
%\winhelponly{\\$$\image{1cm;0cm}{wxwin.wmf}$$}
|
||||
}}
|
||||
\winhelpignore{\author{Julian Smart, Robert Roebling, Vadim Zeitlin,
|
||||
Robin Dunn, et al}
|
||||
\date{May 23rd 2000}
|
||||
\date{June 4th 2000}
|
||||
}
|
||||
\makeindex
|
||||
\begin{document}
|
||||
|
@@ -1018,11 +1018,11 @@ wxSize wxNotebookSizer::CalcMin()
|
||||
if ((m_notebook->HasFlag(wxNB_RIGHT)) ||
|
||||
(m_notebook->HasFlag(wxNB_LEFT)))
|
||||
{
|
||||
borderX += 70; // improvements later..
|
||||
borderX += 90; // improvements later..
|
||||
}
|
||||
else
|
||||
{
|
||||
borderY += 35; // improvements later..
|
||||
borderY += 40; // improvements later..
|
||||
}
|
||||
|
||||
if (m_notebook->GetChildren().GetCount() == 0)
|
||||
|
Reference in New Issue
Block a user