mirror of https://github.com/apache/jmeter.git
Apply HiDPI mode on GUI setup
This commit is contained in:
parent
be0cf3a661
commit
083d6fe15c
|
|
@ -83,6 +83,7 @@ public object JMeterGuiLauncher {
|
||||||
}
|
}
|
||||||
|
|
||||||
private suspend fun startGuiInternal(testFile: String?) {
|
private suspend fun startGuiInternal(testFile: String?) {
|
||||||
|
JMeterUtils.applyHiDPIOnFonts()
|
||||||
setupLaF()
|
setupLaF()
|
||||||
val splash = SplashScreen()
|
val splash = SplashScreen()
|
||||||
splash.showScreen()
|
splash.showScreen()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue