We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b05fa commit 39b7527Copy full SHA for 39b7527
1 file changed
menu/drivers/xmb.c
@@ -8498,7 +8498,7 @@ static void xmb_frame(void *data, video_frame_info_t *video_info)
8498
float margins_title = (xmb->margins_title_bottom < margins_title_min)
8499
? margins_title_min : xmb->margins_title_bottom;
8500
float height_offset = xmb->icon_size * 0.5f;
8501
- float y_offset = xmb->icon_size * (icon_thumbnails ? 1.75f : 0.95f);
+ float y_offset = xmb->icon_size * (icon_thumbnails ? 1.75f : 1.15f);
8502
float thumb_width = left_thumbnail_margin_width;
8503
float thumb_height = thumbnail_margin_height_under
8504
- (height_offset / 2.0f) - y_offset - margins_title;
0 commit comments