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

@@ -21,7 +21,7 @@ JideTabbedPaneUI=com.formdev.flatlaf.jideoss.ui.FlatJideTabbedPaneUI
#---- JidePopup ----
Resizable.resizeBorder=4,4,4,4,@@PopupMenu.borderColor
Resizable.resizeBorder=4,4,4,4,$PopupMenu.borderColor
#---- JideTabbedPane ----
@@ -30,8 +30,8 @@ JideTabbedPane.background=@background
JideTabbedPane.foreground=@foreground
JideTabbedPane.tabAreaBackground=@background
JideTabbedPane.tabInsets=@@TabbedPane.tabInsets
JideTabbedPane.tabAreaInsets=@@TabbedPane.tabAreaInsets
JideTabbedPane.tabInsets=$TabbedPane.tabInsets
JideTabbedPane.tabAreaInsets=$TabbedPane.tabAreaInsets
JideTabbedPane.contentBorderInsets=0,0,0,0
JideTabbedPane.tabRunOverlay=@@TabbedPane.tabRunOverlay
JideTabbedPane.shadow=@@TabbedPane.shadow
JideTabbedPane.tabRunOverlay=$TabbedPane.tabRunOverlay
JideTabbedPane.shadow=$TabbedPane.shadow