mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-26 18:40:26 +00:00
Game Select short name column width
This commit is contained in:
parent
79cf00b0ea
commit
3438ec8fdd
@ -2200,7 +2200,7 @@ static INT_PTR CALLBACK DialogProc(HWND hDlg, UINT Msg, WPARAM wParam, LPARAM lP
|
||||
// Display the short name if needed
|
||||
if (nLoadMenuShowY & SHOWSHORT) {
|
||||
DrawText(lplvcd->nmcd.hdc, BurnDrvGetText(DRV_NAME), -1, &rect, DT_NOPREFIX | DT_SINGLELINE | DT_LEFT | DT_VCENTER);
|
||||
rect.left += 16 + 40 + 20 + 10;
|
||||
rect.left += 16 + 40 + 20 + 20;
|
||||
}
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user