aboutsummaryrefslogtreecommitdiff
path: root/audio/atunes/files/atunes.in
diff options
context:
space:
mode:
Diffstat (limited to 'audio/atunes/files/atunes.in')
-rw-r--r--audio/atunes/files/atunes.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/atunes/files/atunes.in b/audio/atunes/files/atunes.in
index 3c7b43320791..951b65ad1bcb 100644
--- a/audio/atunes/files/atunes.in
+++ b/audio/atunes/files/atunes.in
@@ -1,5 +1,8 @@
#!/bin/sh
cd %%DATADIR%%
-JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java -Djava.library.path=./ \
- -Xms128m -Xmx1024m -splash:splash.gif -cp aTunes.jar:lib/* net.sourceforge.atunes.Main "$@"
+JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java \
+ -Dsubstancelaf.windowRoundedCorners=false \
+ -Dinsubstantial.looseTableCellRenderers=true -Djava.library.path=./ \
+ -Xms128m -Xmx256m -splash:splash.gif \
+ -cp aTunes.jar:lib/* net.sourceforge.atunes.Main "$@"