How to change font size for JMeter?

后端 未结 5 1590
不知归路
不知归路 2021-01-12 02:15

I am using JMeter with 2.13 version.
I want to increase font size for JMeter.

I have tried following question jmeter test plan navigation pane font size. However

5条回答
  •  甜味超标
    2021-01-12 02:57

    In Jmeter 3.1 and 3.2, uncomment below lines in jmeter.properties file, and restart the Jmeter. It worked and the font size increased for all the icons and components

    jmeter.hidpi.mode=true

    jmeter.hidpi.scale.factor=2.0

提交回复
热议问题