mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 19:54:37 +00:00
Issue #297 Bright color on minimize/maximize/close icons in dialogs
This commit is contained in:
@@ -66,7 +66,7 @@ public class View {
|
||||
public void run() {
|
||||
try {
|
||||
UIManager.setLookAndFeel(new SubstanceOfficeBlue2007LookAndFeel());
|
||||
UIManager.put(SubstanceLookAndFeel.COLORIZATION_FACTOR, 0.0);
|
||||
UIManager.put(SubstanceLookAndFeel.COLORIZATION_FACTOR, 0.999);//This works for not changing labels color and not changing Dialogs title
|
||||
UIManager.put("Tree.expandedIcon", getIcon("expand16"));
|
||||
UIManager.put("Tree.collapsedIcon", getIcon("collapse16"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user