git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39789
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxSize best(m_bmpNormal.GetWidth() +
margins.cxLeftWidth + margins.cxRightWidth + 5,
m_bmpNormal.GetHeight() +
wxSize best(m_bmpNormal.GetWidth() +
margins.cxLeftWidth + margins.cxRightWidth + 5,
m_bmpNormal.GetHeight() +
- margins.cyTopHeight + margins.cyBottomHeight + 5);
+ margins.cyTopHeight + margins.cyBottomHeight + 2);
CacheBestSize(best);
return best;
}
CacheBestSize(best);
return best;
}