CheckBox and RadioButton: added RadioButton.icon.style (similar to CheckBox.icon.style) to support different styles for checkbox and radiobutton

(e.g. Material design uses filled checkboxes, but outlined radiobuttons)
This commit is contained in:
Karl Tauber
2021-11-03 11:27:18 +01:00
parent aa4e013097
commit 88576f68fd
7 changed files with 24 additions and 3 deletions

View File

@@ -100,6 +100,11 @@
+ PasswordField.border [lazy] 3,3,3,3 false com.formdev.flatlaf.ui.FlatTextBorder [UI]
#---- RadioButton ----
+ RadioButton.icon.style filled
#---- ScrollPane ----
- ScrollPane.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatBorder [UI]