From 4c3f45a786264bd368d50d24d0e71cd996d51f6d Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Fri, 13 Sep 2019 23:40:24 +0200 Subject: [PATCH] Spinner: hide editor border on Mac --- .../src/main/resources/com/formdev/flatlaf/FlatLaf.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLaf.properties b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLaf.properties index 3ff1f2bf..cb8d4fcd 100644 --- a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLaf.properties +++ b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLaf.properties @@ -293,6 +293,7 @@ Spinner.buttonArrowColor=@@ComboBox.buttonArrowColor Spinner.buttonDisabledArrowColor=@@ComboBox.buttonDisabledArrowColor Spinner.buttonHoverArrowColor=@@ComboBox.buttonHoverArrowColor Spinner.padding=@textComponentMargin +Spinner.editorBorderPainted=false #---- SplitPane ----