mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: Codicon icons being too far down
This commit is contained in:
@@ -31,7 +31,7 @@ namespace hex::plugin::builtin {
|
||||
{
|
||||
{ ICON_MIN_VS, ICON_MAX_VS }
|
||||
},
|
||||
{ 0, 0 });
|
||||
{ 0, -1_scaled });
|
||||
|
||||
ImHexApi::Fonts::loadFont("Unifont", romfs::get("fonts/unifont.otf").span<u8>());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user