Improve icon scaling for 1.25x / 1.5x / 1.75x scale factors

This commit is contained in:
Reinhard Pointner 2018-07-11 21:06:43 +07:00
parent fc780f6ebb
commit cfd5a79b24
1 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,11 @@
<classpath>
<classpathentry kind="src" path="source"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/ivy/bundle/args4j.jar"/>
<classpathentry kind="lib" path="lib/jars/jacksum.jar"/>
<classpathentry kind="lib" path="lib/jars/simmetrics.jar"/>
@ -49,5 +53,6 @@
<classpathentry kind="lib" path="lib/ivy/jar/javax.mail-api.jar"/>
<classpathentry kind="lib" path="lib/ivy/jar/bcpg-jdk15on.jar"/>
<classpathentry kind="lib" path="lib/ivy/jar/bcprov-jdk15on.jar"/>
<classpathentry kind="lib" path="lib/ivy/jar/imgscalr-lib.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>