mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-10 21:38:04 -05:00
Improve icon scaling for 1.25x / 1.5x / 1.75x scale factors
This commit is contained in:
parent
fc780f6ebb
commit
cfd5a79b24
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user