Jimmy B. - Fixing Misaligned Text in the snes-mini EmulationStation Theme

I was made aware of this theme in a Reddit thread (which I can no longer find) however upon installing it I noticed that the text in the listing of games under a console was misaligned.

![](upload://xUAVFXGiS47WmJUiiIiG1XdgNaj.png)

Thankfully a quick Google search turned up this issue on GitHub. One commenter was able to resolve the issue by editing one of the layout files. Applying the fix and restarting EmulationStation on my RetroPie did the trick and now text is properly aligned! If you're using a 1920x1080 resolution (which is default) you can replace the contents of the /etc/emulationstation/themes/snes-mini/layouts/1920x1080.xml with the following to fix the misaligning text issue:

<!--
author: ruckage
-->
<theme>
    <view name="basic,detailed,video">
        <textlist name="gamelist">
            <pos>${listx} 0.19537037037037</pos>
            <size>${listWidth} 0.62962962962963</size>
            <lineSpacing>1.375</lineSpacing>
            <selectorHeight>0.0814814814814815</selectorHeight>
            <selectorOffsetY>-0.0111111111111111</selectorOffsetY>
        </textlist>
    </view>
</theme>

If you're not using 1920x1080, you can head on over to this PR on GitHub to see the fixes for other resolutions.

This is definitely one of the better themes I've seen for EmulationStation, the rest look pretty awful in my opinion.

![](upload://cdWC9FFxwamXMcUbUQvIuSczQHY.png)


This is a companion discussion topic for the original entry at https://jimmyb.ninja/post/1646839316

I just stumbled over your fix for the SNES Mini ES theme; I was already fumbling around with the 1920x1080.xml file with no success. And here we are, it looks great again. :smiley: Thank you & Cheers from Germany!

That's excellent to hear! Glad you're all set now! :tada: :star_struck: