We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ec941 commit 558de4fCopy full SHA for 558de4f
app/src/processing/app/ui/Splash.java
@@ -165,6 +165,7 @@ static public void setDisableHiDPI(boolean disabled) {
165
static public void main(String[] args) {
166
// Has to be done before AWT is initialized, so the hack lives here
167
// instead of Base or anywhere else that might make more sense.
168
+ System.setProperty("sun.java2d.uiScale", "2");
169
if (getDisableHiDPI()) {
170
System.setProperty("sun.java2d.uiScale.enabled", "false");
171
}
0 commit comments