1
0
mirror of synced 2025-02-20 04:01:01 +01:00

ui: Updated About page icon

This commit is contained in:
WerWolv 2022-06-25 12:29:16 +02:00
parent 3471b314dd
commit 6506291e4e
2 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ namespace hex::plugin::builtin {
this->m_logoTexture = ImGui::LoadImageFromMemory(reinterpret_cast<const ImU8 *>(logo.data()), logo.size());
}
ImGui::Image(this->m_logoTexture.textureId, scaled(this->m_logoTexture.size()));
ImGui::Image(this->m_logoTexture.textureId, scaled({ 64, 64 }));
ImGui::TableNextColumn();
ImGui::TextFormatted("ImHex Hex Editor v{} by WerWolv - " ICON_FA_CODE_BRANCH, IMHEX_VERSION);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 157 KiB