mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-10 13:02:27 +00:00
Add space for consistency.
This commit is contained in:
parent
5f3e0ffa8e
commit
e24381ab44
@ -108,7 +108,7 @@ void menu_key_event(bool down, unsigned keycode, uint32_t character, uint16_t mo
|
||||
if (character == '/')
|
||||
{
|
||||
rgui->keyboard.display = true;
|
||||
rgui->keyboard.label = "Search:";
|
||||
rgui->keyboard.label = "Search: ";
|
||||
rgui->keyboard.buffer = input_keyboard_start_line(rgui, menu_search_callback);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user