You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by Gabriele Coletta <co...@gmail.com> on 2024/01/26 08:27:26 UTC

New property for GUI initial zoom scale

Hi!
When opening JMeter GUI, I always do "Options->Zoom In" twice due to the
small font. Instead, I'd like to configure the initial GUI zoom scale once
in the jmeter.properties file.

I developed the simple change (only 1 line of code!) and it works. I named
the new property "gui.initialZoomScale".

If I proceed with a pull request would this change be accepted? Should I
write any unit tests?

Regards,
G.C.