diff --git a/profiler/src/main.cpp b/profiler/src/main.cpp index ad34f3f5..174e9c95 100644 --- a/profiler/src/main.cpp +++ b/profiler/src/main.cpp @@ -916,7 +916,7 @@ static void DrawContents() if( showReleaseNotes ) { assert( updateNotesThread.joinable() ); - ImGui::SetNextWindowSize( ImVec2( 600, 400 ), ImGuiCond_FirstUseEver ); + ImGui::SetNextWindowSize( ImVec2( 600 * dpiScale, 400 * dpiScale ), ImGuiCond_FirstUseEver ); ImGui::Begin( "Update available!", &showReleaseNotes ); if( ImGui::Button( ICON_FA_DOWNLOAD " Download" ) ) {