#include "wx/checklst.h"
#include "widgets.h"
-
+#if 1
#include "icons/listbox.xpm"
// ----------------------------------------------------------------------------
0, NULL,
wxLB_HSCROLL);
sizerRight->Add(m_lbox, 1, wxGROW | wxALL, 5);
- sizerRight->SetMinSize(250, 0);
+ sizerRight->SetMinSize(150, 0);
m_sizerLbox = sizerRight; // save it to modify it later
// the 3 panes panes compose the window
CreateLbox();
}
+#endif
\ No newline at end of file