#include "wx/sizer.h"
#include "widgets.h"
-
+#if 1
#include "icons/combobox.xpm"
// ----------------------------------------------------------------------------
0, NULL,
0);
sizerRight->Add(m_combobox, 1, wxGROW | wxALL, 5);
- sizerRight->SetMinSize(250, 0);
+ sizerRight->SetMinSize(150, 0);
m_sizerCombo = sizerRight; // save it to modify it later
// the 3 panes panes compose the window
#endif //wxUSE_COMBOBOX
+#endif