Skip to content

Commit

Permalink
Apply HiDPI mode on GUI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
damage92 authored and vlsi committed Dec 8, 2024
1 parent be0cf3a commit 083d6fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public object JMeterGuiLauncher {
}

private suspend fun startGuiInternal(testFile: String?) {
JMeterUtils.applyHiDPIOnFonts()
setupLaF()
val splash = SplashScreen()
splash.showScreen()
Expand Down

0 comments on commit 083d6fe

Please sign in to comment.