Minor tweaks.

This commit is contained in:
J-D-K
2025-08-18 21:58:56 -04:00
parent c76ae60092
commit 951707b372
4 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ namespace
TextTitleSelectState::TextTitleSelectState(data::User *user)
: TitleSelectCommon()
, m_user(user)
, m_titleSelectMenu(ui::Menu::create(32, 8, 1000, 20, 555))
, m_titleSelectMenu(ui::Menu::create(32, 8, 1000, 22, 555))
, m_renderTarget(sdl::TextureManager::load(SECONDARY_TARGET, 1080, 555, SDL_TEXTUREACCESS_TARGET))
{
TextTitleSelectState::refresh();