diff --git a/desmume/src/frontend/cocoa/userinterface/CheatDatabaseWindowController.mm b/desmume/src/frontend/cocoa/userinterface/CheatDatabaseWindowController.mm index b38cb6c89..b6fd6de68 100644 --- a/desmume/src/frontend/cocoa/userinterface/CheatDatabaseWindowController.mm +++ b/desmume/src/frontend/cocoa/userinterface/CheatDatabaseWindowController.mm @@ -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 {