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:
parent
e3167110b2
commit
586c7ee199
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue