Still more space around notebook pages...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12869 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2001-12-04 17:44:52 +00:00
parent dd964dccf7
commit c768ded54a

View File

@@ -98,7 +98,7 @@ wxSize wxNotebookBase::CalcSizeFromPage(const wxSize& sizePage)
{
sizeTotal.x += 90;
#ifdef __WXMAC__
sizeTotal.y += 15;
sizeTotal.y += 20;
#else
sizeTotal.y += 10;
#endif
@@ -106,7 +106,7 @@ wxSize wxNotebookBase::CalcSizeFromPage(const wxSize& sizePage)
else
{
#ifdef __WXMAC__
sizeTotal.x += 28; // This is correct for Aqua.
sizeTotal.x += 32; // This is OK for Aqua.
#else
sizeTotal.x += 10;
#endif