Remove the extra border around the ROM browser

This commit is contained in:
toehead2001 2015-03-25 22:38:59 -06:00
parent 521857a643
commit 17da1dbd38
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ void CRomBrowser::CreateRomListControl (void)
{
m_hRomList = (HWND)CreateWindowEx( WS_EX_CLIENTEDGE,WC_LISTVIEW,NULL,
WS_TABSTOP | WS_VISIBLE | WS_CHILD | LVS_OWNERDRAWFIXED |
WS_BORDER | LVS_SINGLESEL | LVS_REPORT,
LVS_SINGLESEL | LVS_REPORT,
0,0,0,0,m_MainWindow,(HMENU)IDC_ROMLIST,GetModuleHandle(NULL),NULL);
ResetRomBrowserColomuns();
LoadRomList();