Skip to content

Commit 39b7527

Browse files
committed
XMB: Left thumbnail top align adjustment
1 parent 59b05fa commit 39b7527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

menu/drivers/xmb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8498,7 +8498,7 @@ static void xmb_frame(void *data, video_frame_info_t *video_info)
84988498
float margins_title = (xmb->margins_title_bottom < margins_title_min)
84998499
? margins_title_min : xmb->margins_title_bottom;
85008500
float height_offset = xmb->icon_size * 0.5f;
8501-
float y_offset = xmb->icon_size * (icon_thumbnails ? 1.75f : 0.95f);
8501+
float y_offset = xmb->icon_size * (icon_thumbnails ? 1.75f : 1.15f);
85028502
float thumb_width = left_thumbnail_margin_width;
85038503
float thumb_height = thumbnail_margin_height_under
85048504
- (height_offset / 2.0f) - y_offset - margins_title;

0 commit comments

Comments
 (0)