mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
New lcd contrast values
This commit is contained in:
@@ -1773,8 +1773,8 @@ public class UIUtil {
|
||||
}
|
||||
|
||||
private static int THEME_BASED_TEXT_LCD_CONTRAST = 0;
|
||||
private static int BEST_DARK_LCD_CONTRAST = 100;
|
||||
private static int BEST_LIGHT_LCD_CONTRAST = 200;
|
||||
private static int BEST_DARK_LCD_CONTRAST = 250;
|
||||
private static int BEST_LIGHT_LCD_CONTRAST = 100;
|
||||
|
||||
|
||||
public static void setHintingForLCDText(Graphics2D g2d) {
|
||||
|
||||
Reference in New Issue
Block a user