Applied patch [ 675376 ] Improves wxStaticBoxSizer
(uses GetCharHeight() instead of guessing). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1419,8 +1419,8 @@ static void GetStaticBoxBorders( wxStaticBox *box,
|
|||||||
*borderTop = 5;
|
*borderTop = 5;
|
||||||
else
|
else
|
||||||
#endif // __WXGTK__
|
#endif // __WXGTK__
|
||||||
*borderTop = 15;
|
*borderTop = box->GetCharHeight();
|
||||||
(void)box;
|
|
||||||
*borderOther = 5;
|
*borderOther = 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user