diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index 92ebf770a3..ced17809c9 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -559,7 +559,7 @@ static void xmb_selection_pointer_changed(bool allow_animations) end = menu_entries_get_end(); tag = (uintptr_t)menu_list; - threshold = xmb->icon.size * 16; + threshold = xmb->icon.size*10; video_driver_get_size(NULL, &height); @@ -614,7 +614,7 @@ static void xmb_list_open_old(xmb_handle_t *xmb, file_list_t *list, int dir, size_t current) { unsigned i, height = 0; - int threshold = xmb->icon.size * 16; + int threshold = xmb->icon.size * 10; size_t end = 0; end = file_list_get_size(list);