ozone: fix empty playlist message position

This commit is contained in:
natinusala 2018-11-13 14:35:15 +01:00
parent d35f747b5a
commit 4af4582204

View File

@ -2953,7 +2953,7 @@ border_iterate:
{
unsigned text_width = font_driver_get_message_width(ozone->fonts.entries_label, rich_label, (unsigned)strlen(rich_label), 1);
x_offset = (video_info_width - 408 - 162)/2 - text_width/2;
y = video_info_height/2 - 23;
y = video_info_height/2 - 60;
}
sublabel_str = menu_entry_get_sublabel(&entry);