Minor visual enhancement in the combobox page of the widgets sample.
Expand the lower static box to align it with the upper one, otherwise they look really ugly, especially under Mac. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
933f92684f
commit
85eae08d6c
@ -298,7 +298,7 @@ void ComboboxWidgetsPage::CreateContent()
|
||||
wxSizer *sizerLeft = new wxBoxSizer(wxVERTICAL);
|
||||
sizerLeft->Add(sizerLeftTop);
|
||||
sizerLeft->AddSpacer(10);
|
||||
sizerLeft->Add(sizerLeftBottom);
|
||||
sizerLeft->Add(sizerLeftBottom, wxSizerFlags().Expand());
|
||||
|
||||
// middle pane
|
||||
wxStaticBox *box2 = new wxStaticBox(this, wxID_ANY,
|
||||
|
Loading…
Reference in New Issue
Block a user