mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-14 15:57:12 -06:00
SwingX: update fonts in JXHeader, JXMonthView, JXTaskPane and JXTitledPanel when changing default font
This commit is contained in:
@@ -35,11 +35,23 @@ ColumnControlButton.actionIcon = com.formdev.flatlaf.swingx.icons.FlatColumnCont
|
||||
JXDatePicker.border = com.formdev.flatlaf.swingx.ui.FlatDatePickerBorder
|
||||
|
||||
|
||||
#---- Header ----
|
||||
|
||||
JXHeader.titleFont = +bold
|
||||
JXHeader.descriptionFont = +0
|
||||
|
||||
|
||||
#---- MonthView ----
|
||||
|
||||
JXMonthView.monthDownFileName = {icon}com.formdev.flatlaf.swingx.ui.FlatMonthDownIcon
|
||||
JXMonthView.monthUpFileName = {icon}com.formdev.flatlaf.swingx.ui.FlatMonthUpIcon
|
||||
JXMonthView.todayColor = @foreground
|
||||
JXMonthView.font = +0
|
||||
|
||||
|
||||
#---- TaskPane ----
|
||||
|
||||
TaskPane.font = +bold
|
||||
|
||||
|
||||
#---- TitledPanel ----
|
||||
@@ -48,6 +60,7 @@ JXTitledPanel.borderColor = $Button.borderColor
|
||||
JXTitledPanel.titleBackground = $TaskPane.titleBackgroundGradientStart
|
||||
JXTitledPanel.titleForeground = $TaskPane.titleForeground
|
||||
JXTitledPanel.captionInsets = 4,10,4,10
|
||||
JXTitledPanel.titleFont = +bold
|
||||
|
||||
|
||||
#---- SearchField ----
|
||||
|
||||
Reference in New Issue
Block a user