vlsi commented on code in PR #6333: URL: https://github.com/apache/jmeter/pull/6333#discussion_r1858189249
########## src/core/src/main/java/org/apache/jmeter/JMeterGuiLauncher.kt: ########## @@ -83,6 +83,7 @@ public object JMeterGuiLauncher { } private suspend fun startGuiInternal(testFile: String?) { + JMeterUtils.applyHiDPIOnFonts() Review Comment: There's the same `applyHiDPIOnFonts` call a couple of lines below (right after `setProgress(1)`). Could you please clarify why adding one more improves things? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org