ozone: fix empty playlist message position
This commit is contained in:
parent
d35f747b5a
commit
4af4582204
|
@ -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);
|
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;
|
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);
|
sublabel_str = menu_entry_get_sublabel(&entry);
|
||||||
|
|
Loading…
Reference in New Issue