From 7f2dde2c27ec6cfabba794ddc11515eb96669c80 Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Tue, 30 Jul 2019 11:29:42 -0400 Subject: [PATCH] Tweaking a couple more default display settings. --- Ghidra/Features/Base/.launch/Ghidra.launch | 2 +- Ghidra/RuntimeScripts/Common/support/launch.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Ghidra/Features/Base/.launch/Ghidra.launch b/Ghidra/Features/Base/.launch/Ghidra.launch index fdb4e215d2..a47acf5902 100644 --- a/Ghidra/Features/Base/.launch/Ghidra.launch +++ b/Ghidra/Features/Base/.launch/Ghidra.launch @@ -24,5 +24,5 @@ - + diff --git a/Ghidra/RuntimeScripts/Common/support/launch.properties b/Ghidra/RuntimeScripts/Common/support/launch.properties index 3bbf8d62ba..483bd1511b 100644 --- a/Ghidra/RuntimeScripts/Common/support/launch.properties +++ b/Ghidra/RuntimeScripts/Common/support/launch.properties @@ -18,9 +18,9 @@ VMARGS=-Duser.variant= # The following options affect rendering on different platforms. It may be necessary to play # with these settings to get Ghidra to display and perform optimally on HiDPI monitors or in VM's. VMARGS=-Dsun.java2d.opengl=false -VMARGS=-Dsun.java2d.uiScale=1 VMARGS_LINUX=-Dsun.java2d.pmoffscreen=false VMARGS_LINUX=-Dsun.java2d.xrender=true +VMARGS_LINUX=-Dsun.java2d.uiScale=1 VMARGS_LINUX=-Dawt.useSystemAAFontSettings=on VMARGS_WINDOWS=-Dsun.java2d.d3d=false