Issue #297 Bright color on minimize/maximize/close icons in dialogs

This commit is contained in:
Jindra Petk
2013-08-20 21:14:27 +02:00
parent 0bac874a8a
commit fa2e79da97

View File

@@ -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"));