mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +00:00
Merge pull request #14050 from sonninnos/ozone-header-icon-spacing
(Ozone) Header icon spacing adjustment
This commit is contained in:
commit
0fe694665c
@ -8901,7 +8901,7 @@ static void ozone_draw_header(
|
||||
status_icon_size,
|
||||
status_icon_size,
|
||||
ozone->icons_textures[powerstate.charging? OZONE_ENTRIES_ICONS_TEXTURE_BATTERY_CHARGING : (powerstate.percent > 80)? OZONE_ENTRIES_ICONS_TEXTURE_BATTERY_FULL : (powerstate.percent > 60)? OZONE_ENTRIES_ICONS_TEXTURE_BATTERY_80 : (powerstate.percent > 40)? OZONE_ENTRIES_ICONS_TEXTURE_BATTERY_60 : (powerstate.percent > 20)? OZONE_ENTRIES_ICONS_TEXTURE_BATTERY_40 : OZONE_ENTRIES_ICONS_TEXTURE_BATTERY_20],
|
||||
video_width - (60 + 56) * scale_factor,
|
||||
video_width - (60 + 58) * scale_factor,
|
||||
0,
|
||||
video_width,
|
||||
video_height,
|
||||
@ -8958,7 +8958,7 @@ static void ozone_draw_header(
|
||||
status_icon_size,
|
||||
status_icon_size,
|
||||
ozone->icons_textures[OZONE_ENTRIES_ICONS_TEXTURE_CLOCK],
|
||||
video_width - (60 + 56) * scale_factor - timedate_offset,
|
||||
video_width - (60 + 54) * scale_factor - timedate_offset,
|
||||
0,
|
||||
video_width,
|
||||
video_height,
|
||||
|
Loading…
x
Reference in New Issue
Block a user