impr: Better icon centering in icon buttons

This commit is contained in:
WerWolv
2025-07-17 20:12:38 +02:00
parent 24732b304b
commit de62a4c71e
2 changed files with 2 additions and 2 deletions

View File

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