sysclk: reduce gap in overlay

This commit is contained in:
souldbminersmwc
2025-12-18 21:43:44 -05:00
parent f96580d852
commit ef7165c3f0

View File

@@ -267,7 +267,7 @@ void BaseMenuGui::refresh()
tsl::elm::Element* BaseMenuGui::baseUI()
{
auto* list = new tsl::elm::List();
list->addItem(new tsl::elm::CustomDrawer([](tsl::gfx::Renderer*, s32, s32, s32, s32) {}), 55);
list->addItem(new tsl::elm::CustomDrawer([](tsl::gfx::Renderer*, s32, s32, s32, s32) {}), 20);
this->listElement = list;
this->listUI();