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:
Robert Roebling
2000-06-03 08:56:33 +00:00
parent d9a54596d5
commit 9f92fb287b
3 changed files with 5 additions and 5 deletions

View File

@@ -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.

View File

@@ -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}

View File

@@ -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)