hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
11.43k stars 2.19k forks source link

Build number no longer fits on main screen #19544

Closed NABN00B closed 1 month ago

NABN00B commented 1 month ago

What area of the game / PPSSPP

Extremely minor thing and not sure if it's worth fixing, but the build number no longer fits in the upper right corner of the main screen in dev builds. We should consider decreasing the font size or moving the version string to a new line (for dev builds). image

PPSSPP version affected

dev builds after .x updated/hotfix releases

anr2me commented 1 month ago

May be we should right aligned it?

Anyway, since the last part is a hash of the last commit, we can still tells whether it was a modified build or it was from upstream, and still able to search which commit it was even when the hash got truncated.

hrydgard commented 1 month ago

I'll fix it up soon. I'll remove the "v" at the start and squish it slightly horizontally, I think. And yeah, I suppose we could truncate the hash a bit.

hrydgard commented 1 month ago

Fixed, closing