diff --git a/LibraryAppletQMenu/Source/ui/ui_MenuLayout.cpp b/LibraryAppletQMenu/Source/ui/ui_MenuLayout.cpp index d73d996..68fdc8b 100644 --- a/LibraryAppletQMenu/Source/ui/ui_MenuLayout.cpp +++ b/LibraryAppletQMenu/Source/ui/ui_MenuLayout.cpp @@ -32,8 +32,8 @@ namespace ui this->select_on = false; pu::ui::Color textclr = pu::ui::Color::FromHex(qapp->GetUIConfigValue("text_color", "#e1e1e1ff")); - u32 menutextx = qapp->GetUIConfigValue("menu_folder_text_x", 15); - u32 menutexty = qapp->GetUIConfigValue("menu_folder_text_y", 15); + u32 menutextx = qapp->GetUIConfigValue("menu_folder_text_x", 30); + u32 menutexty = qapp->GetUIConfigValue("menu_folder_text_y", 200); u32 menutextsz = qapp->GetUIConfigValue("menu_folder_text_size", 25); this->bgSuspendedRaw = RawData::New(0, 0, raw, 1280, 720, 4); diff --git a/Themes.md b/Themes.md index ed9dbab..0596cd4 100644 --- a/Themes.md +++ b/Themes.md @@ -97,8 +97,8 @@ Can be customized via files in `/ui`. "menu_focus_color": "#5ebcffff", "menu_bg_color": "#0094ffff", - "menu_folder_text_x": 15, - "menu_folder_text_y": 15, + "menu_folder_text_x": 30, + "menu_folder_text_y": 200, "menu_folder_text_size": 25, "main_menu": {