Skip to content

Commit

Permalink
Revert autoscaling on Windows and Linux (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
buchen committed Aug 4, 2024
1 parent e9131e8 commit 53902aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions portfolio-product/name.abuchen.portfolio.distro.product
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@
<launcherArgs>
<vmArgs>-XX:+IgnoreUnrecognizedVMOptions -Dosgi.requiredJavaVersion=17 --add-modules=ALL-SYSTEM -XX:+UseG1GC -XX:+UseStringDeduplication -Xms512m -Xmx1g
</vmArgs>
<vmArgsLin>-Djdk.gtk.version=3 -Dswt.autoScale=quarter -Dswt.autoScale.method=nearest
<vmArgsLin>-Djdk.gtk.version=3
</vmArgsLin>
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
</vmArgsMac>
<vmArgsWin>-Dswt.autoScale=quarter -Dswt.autoScale.method=nearest
</vmArgsWin>
</launcherArgs>

<splash
Expand Down
4 changes: 1 addition & 3 deletions portfolio-product/name.abuchen.portfolio.product
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@
<launcherArgs>
<vmArgs>-XX:+IgnoreUnrecognizedVMOptions -Dosgi.requiredJavaVersion=17 --add-modules=ALL-SYSTEM -XX:+UseG1GC -XX:+UseStringDeduplication -Xms512m -Xmx1g
</vmArgs>
<vmArgsLin>-Djdk.gtk.version=3 -Dswt.autoScale=quarter -Dswt.autoScale.method=nearest
<vmArgsLin>-Djdk.gtk.version=3
</vmArgsLin>
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
</vmArgsMac>
<vmArgsWin>-Dswt.autoScale=quarter -Dswt.autoScale.method=nearest
</vmArgsWin>
</launcherArgs>

<splash
Expand Down

0 comments on commit 53902aa

Please sign in to comment.