dolphin/Source/Android/app/src/main/res/values-h600dp/integers.xml
JosJuice 1a88656cce Android: Limit the height of the in-game menu's game title
If the title is too long, there may not be much space left
for the actual menu items.
2021-03-19 21:51:17 +01:00

5 lines
113 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="game_title_lines">4</integer>
</resources>