sysclk: reduce gap in overlay
This commit is contained in:
@@ -267,7 +267,7 @@ void BaseMenuGui::refresh()
|
|||||||
tsl::elm::Element* BaseMenuGui::baseUI()
|
tsl::elm::Element* BaseMenuGui::baseUI()
|
||||||
{
|
{
|
||||||
auto* list = new tsl::elm::List();
|
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->listElement = list;
|
||||||
this->listUI();
|
this->listUI();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user