You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2017/07/10 07:30:23 UTC

[Bug 61270] Fixed width fonts too small to read under hidpi

https://bz.apache.org/bugzilla/show_bug.cgi?id=61270

Milamber <mi...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 OS|                            |All
         Resolution|---                         |INVALID

--- Comment #1 from Milamber <mi...@apache.org> ---

You must change theses properties on HiDPI screen for the fonts (in
jmeter.properties or user.properties)

# Change the font on the (JSyntax) Text Areas. (Useful for HiDPI screens)
#jsyntaxtextarea.font.family=Hack
#jsyntaxtextarea.font.size=14


For example:
jsyntaxtextarea.font.family=Hack
jsyntaxtextarea.font.size=28

-- 
You are receiving this mail because:
You are the assignee for the bug.