changeset 633:c98de73fc86c

Fix small error with titled border review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-September/003297.html reviewed-by: jerboaa
author Mario Torre <neugens.limasoftware@gmail.com>
date Thu, 20 Sep 2012 13:01:59 +0200
parents 5e8550c83f37
children 2ddf49398581
files dolphin/src/main/java/com/redhat/swing/laf/dolphin/DolphinLookAndFeel.java
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dolphin/src/main/java/com/redhat/swing/laf/dolphin/DolphinLookAndFeel.java	Thu Sep 20 00:33:03 2012 +0200
+++ b/dolphin/src/main/java/com/redhat/swing/laf/dolphin/DolphinLookAndFeel.java	Thu Sep 20 13:01:59 2012 +0200
@@ -103,8 +103,6 @@
                 "textHighlight", theme.getSelectionColor(),
                 "textHighlightText", theme.getSelectionColor(),
                 
-                "TitledBorder.border", theme.getTitledBorderBorderColor(),
-
                 "Button.focus", theme.getSelectionColor(),
                 "Button.border", theme.getButtonBorder(),
                 "Button.borderPaintsFocus", theme.borderPaintsFocus(),