Changeset 166 for trunk/src/highscores_dialog.cpp
- Timestamp:
- 10/01/2008 06:37:24 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/highscores_dialog.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/highscores_dialog.cpp
r165 r166 45 45 void HighscoresDialog::createControls() 46 46 { 47 highscoreslist = new wxListCtrl(this,wxID_ANY,wxDefaultPosition,wxSize(400,400),wxLC_REPORT );47 highscoreslist = new wxListCtrl(this,wxID_ANY,wxDefaultPosition,wxSize(400,400),wxLC_REPORT | wxBORDER_SUNKEN ); 48 48 49 49 wxListItem itemCol;
Note: See TracChangeset
for help on using the changeset viewer.
