Ignore:
Timestamp:
10/01/2008 06:37:24 AM (4 years ago)
Author:
guyru
Message:

remove the code of the HighScoreTableDB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/highscores_dialog.cpp

    r165 r166  
    4545void HighscoresDialog::createControls() 
    4646{ 
    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 ); 
    4848 
    4949        wxListItem itemCol; 
Note: See TracChangeset for help on using the changeset viewer.