mirror of https://github.com/apache/jmeter.git
Reorganise the HiDPI properties
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1743803 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 09dda2092b
This commit is contained in:
parent
f24cad2a29
commit
b6e799b224
|
|
@ -133,6 +133,17 @@ jmeter.laf.mac=System
|
|||
# 0 means no limit
|
||||
#jmeter.loggerpanel.maxlength=80000
|
||||
|
||||
# HiDPI mode (default: false)
|
||||
# Activate a 'pseudo'-hidpi mode. Allows to increase size of some UI elements
|
||||
# which are not correctly managed by JVM with high resolution screens in Linux or Windows
|
||||
#jmeter.hidpi.mode=false
|
||||
# To enable pseudo-hidpi mode change to true
|
||||
#jmeter.hidpi.mode=true
|
||||
# HiDPI scale factor
|
||||
#jmeter.hidpi.scale.factor=1.0
|
||||
# Suggested value for HiDPI
|
||||
#jmeter.hidpi.scale.factor=2.0
|
||||
|
||||
# Toolbar display
|
||||
# Toolbar icon definitions
|
||||
#jmeter.toolbar.icons=org/apache/jmeter/images/toolbar/icons-toolbar.properties
|
||||
|
|
@ -140,7 +151,7 @@ jmeter.laf.mac=System
|
|||
#jmeter.toolbar=new,open,close,save,save_as_testplan,|,cut,copy,paste,|,expand,collapse,toggle,|,test_start,test_stop,test_shutdown,|,test_start_remote_all,test_stop_remote_all,test_shutdown_remote_all,|,test_clear,test_clear_all,|,search,search_reset,|,function_helper,help
|
||||
# Toolbar icons default size: 22x22. Available sizes are: 22x22, 32x32, 48x48
|
||||
#jmeter.toolbar.icons.size=22x22
|
||||
# Suggested value for HiDPI mode:
|
||||
# Suggested value for HiDPI
|
||||
#jmeter.toolbar.icons.size=48x48
|
||||
|
||||
# Icon definitions
|
||||
|
|
@ -157,13 +168,6 @@ jmeter.laf.mac=System
|
|||
# Suggested value for HiDPI screen like 3200x1800:
|
||||
#jmeter.tree.icons.size=32x32
|
||||
|
||||
# HiDPI mode (default: false)
|
||||
# Activate a 'pseudo'-hidpi mode. Allows to increase size of some UI elements
|
||||
# which are not correctly managed by JVM with high resolution screens in Linux or Windows
|
||||
#jmeter.hidpi.mode=false
|
||||
# HiDPI scale factor (default: 1.0, suggested value for HiDPI: 2.0)
|
||||
#jmeter.hidpi.scale.factor=1.0
|
||||
|
||||
#Components to not display in JMeter GUI (GUI class name or static label)
|
||||
# These elements are deprecated and will be removed in next version: MongoDB Script, MongoDB Source Config, Distribution Graph, Spline Visualizer
|
||||
not_in_menu=org.apache.jmeter.protocol.mongodb.sampler.MongoScriptSampler, org.apache.jmeter.protocol.mongodb.config.MongoSourceElement, org.apache.jmeter.visualizers.DistributionGraphVisualizer, org.apache.jmeter.visualizers.SplineVisualizer
|
||||
|
|
|
|||
Loading…
Reference in New Issue