https://bz.apache.org/bugzilla/show_bug.cgi?id=58426
--- Comment #19 from Milamber <[email protected]> --- I will just update my branch [1] with 2 new properties to try to fix the issue with the height of the rows in tables. # HiDPI mode (default: false) # Enable to activate a 'pseudo'-hidpi mode. Allow to increase some UI element # which not correctly manage by Java with high resolution screen #jmeter.hidpi.mode=false # HiDPI scale factor (default: 1.0) # The scale factor to increase the size in HiDPI mode #jmeter.hidpi.scale.factor=1.0 In user.properties (at the end of file), you can find the properties to change the "hidpi" properties: #Default values ==> comment these lines # kind of hidpi mode for Linux/Windows jmeter.hidpi.mode=true jmeter.hidpi.scale.factor=2.0 Please try on your computer (linux/mac/win) with the default values to check the display. If you have a Linux, use GTK+ look&feel instead of CrossPlatform to allow HiDPI (if your computer have a HiDPI screen) If you want test without building JMeter (updated today): http://www.milamberspace.net/hidpi/apache-jmeter-2.14-SNAPSHOT.tgz or http://www.milamberspace.net/hidpi/apache-jmeter-2.14-SNAPSHOT.zip [1] https://github.com/milamberspace/jmeter/tree/HiDPI_changes_1 -- You are receiving this mail because: You are the assignee for the bug.
