replaced prefix @@ with $ in .properties files

This commit is contained in:
Karl Tauber
2019-12-23 00:18:27 +01:00
parent 16146f4c88
commit 32ceb168d5
11 changed files with 73 additions and 65 deletions

View File

@@ -29,7 +29,7 @@ JXHeader.startBackground=#4c5052
#---- Hyperlink ----
Hyperlink.linkColor=#589df6
Hyperlink.visitedColor=@@Hyperlink.linkColor
Hyperlink.visitedColor=$Hyperlink.linkColor
Hyperlink.disabledText=@disabledText
@@ -58,7 +58,7 @@ TaskPaneContainer.border=10,10,10,10
#---- TaskPane ----
TaskPane.background=@background
TaskPane.borderColor=@@Button.borderColor
TaskPane.borderColor=$Button.borderColor
TaskPane.contentInsets=10,10,10,10
TaskPane.titleBackgroundGradientStart=#4c5052

View File

@@ -38,7 +38,7 @@ JXMonthView.monthUpFileName={icon}com.formdev.flatlaf.swingx.ui.FlatMonthUpIcon
#---- TitledPanel ----
JXTitledPanel.borderColor=@@Button.borderColor
JXTitledPanel.titleBackground=@@TaskPane.titleBackgroundGradientStart
JXTitledPanel.titleForeground=@@TaskPane.titleForeground
JXTitledPanel.borderColor=$Button.borderColor
JXTitledPanel.titleBackground=$TaskPane.titleBackgroundGradientStart
JXTitledPanel.titleForeground=$TaskPane.titleForeground
JXTitledPanel.captionInsets=4,10,4,10

View File

@@ -28,8 +28,8 @@ JXHeader.startBackground=#ffffff
#---- Hyperlink ----
Hyperlink.linkColor=@@Component.linkColor
Hyperlink.visitedColor=@@Hyperlink.linkColor
Hyperlink.linkColor=$Component.linkColor
Hyperlink.visitedColor=$Hyperlink.linkColor
Hyperlink.disabledText=@disabledText
@@ -58,7 +58,7 @@ TaskPaneContainer.border=10,10,10,10
#---- TaskPane ----
TaskPane.background=@background
TaskPane.borderColor=@@Button.borderColor
TaskPane.borderColor=$Button.borderColor
TaskPane.contentInsets=10,10,10,10
TaskPane.titleBackgroundGradientStart=#dfdfdf