1
0
mirror of synced 2025-01-29 19:17:28 +01:00

fix: Codicon icons being too far down

This commit is contained in:
WerWolv 2023-11-29 11:02:14 +01:00
parent 540e8458a5
commit cceac20197

View File

@ -31,7 +31,7 @@ namespace hex::plugin::builtin {
{ {
{ ICON_MIN_VS, ICON_MAX_VS } { ICON_MIN_VS, ICON_MAX_VS }
}, },
{ 0, 0 }); { 0, -1_scaled });
ImHexApi::Fonts::loadFont("Unifont", romfs::get("fonts/unifont.otf").span<u8>()); ImHexApi::Fonts::loadFont("Unifont", romfs::get("fonts/unifont.otf").span<u8>());
} }