mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2025-04-12 21:51:20 +02:00
Fix empty dir text alignment
This commit is contained in:
parent
881c1cbe5e
commit
da11e2fd6f
@ -40,6 +40,7 @@ void ui_components_file_list_draw (entry_t *list, int entries, int selected) {
|
||||
if (entries == 0) {
|
||||
ui_components_main_text_draw(
|
||||
ALIGN_LEFT, VALIGN_TOP,
|
||||
"\n"
|
||||
"^%02X** empty directory **",
|
||||
STL_GRAY
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user