mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00:00
Scale font down a bit
This commit is contained in:
parent
f26cac3aca
commit
4c96a11425
@ -375,7 +375,7 @@ void GameButton::Draw(UIContext &dc) {
|
||||
dc.Draw()->DrawImage(regionIcons[ginfo->region], x + w - ui_images[regionIcons[ginfo->region]].w - 5, y + h - ui_images[regionIcons[ginfo->region]].h - 5, 1.0f);
|
||||
}
|
||||
if (g_Config.bShowIDOnGameIcon) {
|
||||
dc.SetFontScale(0.5f, 0.5f);
|
||||
dc.SetFontScale(0.43f, 0.43f);
|
||||
dc.DrawText(ginfo->id_version.c_str(), x+3, y+1, 0xFF000000, ALIGN_TOPLEFT);
|
||||
dc.DrawText(ginfo->id_version.c_str(), x+2, y, 0xFFffFFff, ALIGN_TOPLEFT);
|
||||
dc.SetFontScale(1.0f, 1.0f);
|
||||
|
Loading…
Reference in New Issue
Block a user