// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-#pragma implementation
-#pragma interface
-#endif
-
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"
wxListBox* list = new wxListBox(
this, ID_LISTBOX,
- wxDefaultPosition, wxDefaultSize,
+ wxDefaultPosition, wxSize(-1, 150),
0, 0,
wxLB_SINGLE
);
topsizer->SetSizeHints( this );
CentreOnParent();
+
+ m_OK->SetDefault();
}
void PlayerSelectionDialog::OnSize(wxSizeEvent& WXUNUSED(event))