diff --git a/plugins/builtin/source/content/window_decoration.cpp b/plugins/builtin/source/content/window_decoration.cpp index f2efe828f..c4d21559b 100644 --- a/plugins/builtin/source/content/window_decoration.cpp +++ b/plugins/builtin/source/content/window_decoration.cpp @@ -384,7 +384,7 @@ namespace hex::plugin::builtin { if (ImHexApi::System::isBorderlessWindowModeEnabled()) { #if defined(OS_WINDOWS) ImGui::SetCursorPosX(5_scaled); - ImGui::Image(s_logoTexture, ImVec2(menuBarHeight, menuBarHeight)); + ImGui::Image(s_logoTexture, s_logoTexture.getSize() * u32(1_scaled)); ImGui::SetCursorPosX(5_scaled); ImGui::InvisibleButton("##logo", ImVec2(menuBarHeight, menuBarHeight)); if (ImGui::IsItemHovered() && ImGui::IsAnyMouseDown())