Merge pull request #327 from toehead2001/master

Remove the extra border around the ROM browser
This commit is contained in:
zilmar 2015-03-26 16:06:27 +11:00
commit 7f44b12673
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();