Author: milamber
Date: Thu Apr 14 07:10:11 2016
New Revision: 1739029
URL: http://svn.apache.org/viewvc?rev=1739029&view=rev
Log:
Replace Toolbar icons size section with a HiDPI mode section
Removed:
jmeter/trunk/xdocs/images/screenshots/icons-22x22.jpg
jmeter/trunk/xdocs/images/screenshots/icons-32x32.jpg
jmeter/trunk/xdocs/images/screenshots/icons-48x48.jpg
Modified:
jmeter/trunk/xdocs/usermanual/hints_and_tips.xml
Modified: jmeter/trunk/xdocs/usermanual/hints_and_tips.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/hints_and_tips.xml?rev=1739029&r1=1739028&r2=1739029&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/hints_and_tips.xml (original)
+++ jmeter/trunk/xdocs/usermanual/hints_and_tips.xml Thu Apr 14 07:10:11 2016
@@ -99,16 +99,22 @@ will match any component that contains t
</subsection>
-<subsection name="§-num;.4 Toolbar icons size" anchor="toolbar">
+<subsection name="§-num;.4 JMeter with a HiDPI screen on Linux or Windows"
anchor="hidpi">
<description>
<p>
-You can change the size of icons in the toolbar using the property
<source>jmeter.toolbar.icons.size</source> with these
-values: <code>22x22</code> (default size), <code>32x32</code> or
<code>48x48</code>.
+ The HiDPI mode isn't currently support by Java Virtual Machine 7 or 8 on
Linux or Windows, so JMeter with a HiDPI screen
+ can be very hard to see (little icons and chars).<br></br>
+ You can improve the JMeter's display on HiDPI screen by changing some
properties:<br></br>
+ <source>jmeter.hidpi.mode</source>
+ set to <code>true</code> to activate a 'pseudo'-hidpi mode allowing to
increase size of some UI elements
+ <source>jmeter.hidpi.scale.factor</source>
+ set to <code>2.0</code> to scale the size of some UI elements
+ <source>jmeter.toolbar.icons.size</source>
+ with these values: <code>22x22</code> (default size), <code>32x32</code>
or <code>48x48</code>(Suggest value for HiDPI),
+ <source>jmeter.tree.icons.size</source>
+ with these values: <code>19x19</code> (default size), <code>24x24</code>,
<code>32x32</code> (Suggest value for HiDPI) or <code>48x48</code>,
</p>
</description>
-<figure width="296" height="95" image="icons-22x22.jpg">Icons with the size
<code>22x22</code>.</figure>
-<figure width="300" height="106" image="icons-32x32.jpg">Icons with the size
<code>32x32</code>.</figure>
-<figure width="365" height="120" image="icons-48x48.jpg">Icons with the size
<code>48x48</code>.</figure>
</subsection>
<subsection name="§-num;.5 Autosave process configuration"
anchor="autosave">