Cocoa Port: In the cheat database viewer, make the current game entry's font slightly larger to further differentiate it from the other games.

This commit is contained in:
rogerman 2023-08-01 10:03:48 -07:00
parent e3167110b2
commit 586c7ee199
1 changed files with 1 additions and 1 deletions

View File

@ -747,7 +747,7 @@ NSMutableArray *cheatDatabaseWindowList = nil;
if ( (cellString != nil) && (row == currentGameTableRowIndex) )
{
[cell setFont:[NSFont boldSystemFontOfSize:[NSFont smallSystemFontSize]]];
[cell setFont:[NSFont boldSystemFontOfSize:[NSFont smallSystemFontSize] + 1.0f]];
}
else
{