From a8346fefbe2316794db3a72e0f5aeb6ebb5b6034 Mon Sep 17 00:00:00 2001 From: Anton Tarasov Date: Tue, 21 Feb 2017 15:21:45 +0300 Subject: [PATCH] Enable JRE-managed HiDPI by default. --- bin/idea.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/idea.properties b/bin/idea.properties index 368d5f61a0fb..140dcb6c1db4 100644 --- a/bin/idea.properties +++ b/bin/idea.properties @@ -95,7 +95,7 @@ sun.java2d.pmoffscreen=false #--------------------------------------------------------------------- # Enables HiDPI support in JBRE #--------------------------------------------------------------------- -sun.java2d.uiScale.enabled=false +sun.java2d.uiScale.enabled=true #--------------------------------------------------------------------- # Workaround to avoid long hangs while accessing clipboard under Mac OS X.