Window decorations: use derived color for RootPane.inactiveBorderColor in FlatLightLaf.properties to be consistent with FlatDarkLaf.properties

This commit is contained in:
Karl Tauber
2020-07-06 15:47:44 +02:00
parent 468c66e842
commit 283ba83cef
2 changed files with 2 additions and 2 deletions

View File

@@ -254,7 +254,7 @@ RadioButton.icon[filled].centerDiameter=5
#---- RootPane ---- #---- RootPane ----
RootPane.activeBorderColor=#707070 RootPane.activeBorderColor=#707070
RootPane.inactiveBorderColor=lighten($RootPane.activeBorderColor,20%) RootPane.inactiveBorderColor=lighten($RootPane.activeBorderColor,20%,derived)
#---- ScrollBar ---- #---- ScrollBar ----

View File

@@ -773,7 +773,7 @@ RootPane.defaultButtonWindowKeyBindings length=8 [Ljava.lang.Object;
[7] release [7] release
RootPane.honorDialogMinimumSizeOnResize true RootPane.honorDialogMinimumSizeOnResize true
RootPane.honorFrameMinimumSizeOnResize false RootPane.honorFrameMinimumSizeOnResize false
RootPane.inactiveBorderColor #a3a3a3 javax.swing.plaf.ColorUIResource [UI] RootPane.inactiveBorderColor #a3a3a3 com.formdev.flatlaf.util.DerivedColor [UI] lighten(20% autoInverse)
RootPaneUI com.formdev.flatlaf.ui.FlatRootPaneUI RootPaneUI com.formdev.flatlaf.ui.FlatRootPaneUI