touched up close button
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1542,6 +1542,13 @@ void wxAuiManager::LayoutAddPane(wxSizer* cont,
|
||||
part.sizer_item = sizer_item;
|
||||
uiparts.Add(part);
|
||||
}
|
||||
|
||||
// if we have buttons, add a little space to the right
|
||||
// of them to ease visual crowding
|
||||
if (button_count >= 1)
|
||||
{
|
||||
caption_sizer->Add(3,1);
|
||||
}
|
||||
|
||||
// add the caption sizer
|
||||
sizer_item = vert_pane_sizer->Add(caption_sizer, 0, wxEXPAND);
|
||||
|
Reference in New Issue
Block a user