From a76b02b828633c749754eb80d2b61aec64b2aba2 Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Sat, 16 May 2020 14:19:41 +0200 Subject: [PATCH] fixed broken FlatTestLaf.properties --- .../com/formdev/flatlaf/testing/FlatTestLaf.properties | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/FlatTestLaf.properties b/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/FlatTestLaf.properties index 637e73f0..9c007558 100644 --- a/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/FlatTestLaf.properties +++ b/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/FlatTestLaf.properties @@ -26,7 +26,8 @@ @textComponentBackground=#ffffff @menuBackground=#fff @menuHoverBackground=darken(@menuBackground,10%) -@menuCheckBackground=darken(@menuBackground,15%) +@menuCheckBackground=darken(@menuBackground,10%) +@menuCheckHoverBackground=darken(@menuBackground,20%) @cellFocusColor=#ff0000 @icon=#afafaf @@ -210,6 +211,13 @@ OptionPane.icon.warningColor=#ffcc00 OptionPane.icon.foreground=#ffffff +#---- Popup ---- + +Popup.dropShadowColor=#0f0 +Popup.dropShadowOpacity=0.5 +Popup.dropShadowInsets=-6,6,6,6 + + #---- PopupMenu ---- PopupMenu.borderColor=#0000ff