mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
rollback 1.5f scale factor.
This commit is contained in:
@@ -59,7 +59,7 @@ public class JBUI {
|
||||
}
|
||||
|
||||
public static int scale(int i) {
|
||||
return isHiDPI() ? (int)(1.5f * i) : i;
|
||||
return isHiDPI() ? 2 * i : i;
|
||||
}
|
||||
|
||||
public static JBDimension size(int width, int height) {
|
||||
|
||||
Reference in New Issue
Block a user