don't grow the combobox vertically (this does make it tall under wxGTK2 even though it has no effect under wxGTK1 and wxMSW)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40139 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -318,7 +318,7 @@ void ComboboxWidgetsPage::CreateContent()
|
||||
wxDefaultPosition, wxDefaultSize,
|
||||
0, NULL,
|
||||
0);
|
||||
sizerRight->Add(m_combobox, 1, wxGROW | wxALL, 5);
|
||||
sizerRight->Add(m_combobox, 0, wxGROW | wxALL, 5);
|
||||
sizerRight->SetMinSize(150, 0);
|
||||
m_sizerCombo = sizerRight; // save it to modify it later
|
||||
|
||||
|
Reference in New Issue
Block a user