make listbox taller
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
64b54de8dd
commit
88633ca7c6
@ -251,6 +251,8 @@ WidgetsFrame::WidgetsFrame(const wxString& title)
|
||||
);
|
||||
m_lboxLog = new wxListBox(m_panel, -1);
|
||||
sizerDown->Add(m_lboxLog, 1, wxGROW | wxALL, 5);
|
||||
sizerDown->SetMinSize(100, 200);
|
||||
|
||||
wxBoxSizer *sizerBtns = new wxBoxSizer(wxHORIZONTAL);
|
||||
wxButton *btn = new wxButton(m_panel, Widgets_ClearLog, _T("Clear &log"));
|
||||
sizerBtns->Add(btn);
|
||||
|
Loading…
Reference in New Issue
Block a user