properties: added spaces around '=' for easier reading

This commit is contained in:
Karl Tauber
2020-12-23 10:52:42 +01:00
parent cbb11ebb03
commit 66dab41539
23 changed files with 1379 additions and 1379 deletions

View File

@@ -2,50 +2,50 @@
# some comment
#
ButtonUI=com.formdev.flatlaf.ui.FlatButtonUI
CheckBoxUI = com.formdev.flatlaf.ui.FlatCheckBoxUI
ButtonUI = com.formdev.flatlaf.ui.FlatButtonUI
CheckBoxUI = com.formdev.flatlaf.ui.FlatCheckBoxUI
Prop.string=some string
Prop.string2="some string 123 #f80"
Prop.char1=x
Prop.char2=\u2022
Prop.integer=123
Prop.float=456.123
Prop.color1=#f80
Prop.color2=#ff8800
Prop.color3=#f804
Prop.color4=#ff880044
Prop.color5=#12
Prop.color6=#12345
Prop.border=1,2,3,4
Prop.string = some string
Prop.string2 = "some string 123 #f80"
Prop.char1 = x
Prop.char2 = \u2022
Prop.integer = 123
Prop.float = 456.123
Prop.color1 = #f80
Prop.color2 = #ff8800
Prop.color3 = #f804
Prop.color4 = #ff880044
Prop.color5 = #12
Prop.color6 = #12345
Prop.border = 1,2,3,4
Prop.scaledInteger={scaledInteger}123
Prop.scaledInteger = {scaledInteger}123
Prop.null=null
Prop.false=false
Prop.true=true
Prop.null = null
Prop.false = false
Prop.true = true
@var1=123
Prop.var=@var1
Prop.ref=$Prop.string
@var1 = 123
Prop.var = @var1
Prop.ref = $Prop.string
Prop.lazy=lazy(Prop.string)
Prop.lazy = lazy(Prop.string)
Prop.colorFunc1=rgb(12,34,56)
Prop.colorFunc2=rgba(12,34,56,78)
Prop.colorFunc3=hsl(12,34%,56%)
Prop.colorFunc4=hsla(12,34%,56%,78%)
Prop.colorFunc1 = rgb(12,34,56)
Prop.colorFunc2 = rgba(12,34,56,78)
Prop.colorFunc3 = hsl(12,34%,56%)
Prop.colorFunc4 = hsla(12,34%,56%,78%)
Prop.colorFunc5=lighten(#fe1289,20%)
Prop.colorFunc6=darken(#fe1289,20%)
Prop.colorFunc7=lighten($Prop.colorFunc4,20%,relative autoInverse)
Prop.colorFunc8=lighten(Prop.colorFunc4,20%,lazy)
Prop.colorFunc9=fadein(#ff000000,30%)
Prop.colorFunc10=fadeout(#ff0000,40%)
Prop.colorFunc11=fade(#ff0000,50%)
Prop.colorFunc5 = lighten(#fe1289,20%)
Prop.colorFunc6 = darken(#fe1289,20%)
Prop.colorFunc7 = lighten($Prop.colorFunc4,20%,relative autoInverse)
Prop.colorFunc8 = lighten(Prop.colorFunc4,20%,lazy)
Prop.colorFunc9 = fadein(#ff000000,30%)
Prop.colorFunc10 = fadeout(#ff0000,40%)
Prop.colorFunc11 = fade(#ff0000,50%)
Prop.colorFunc12=#f00
Prop.colorFunc13=spin($Prop.colorFunc12,40)
Prop.colorFunc14=spin($Prop.colorFunc12,-40)
Prop.colorFunc15=spin($Prop.colorFunc12,400)
Prop.colorFunc16=spin($Prop.colorFunc12,-400)
Prop.colorFunc12 = #f00
Prop.colorFunc13 = spin($Prop.colorFunc12,40)
Prop.colorFunc14 = spin($Prop.colorFunc12,-40)
Prop.colorFunc15 = spin($Prop.colorFunc12,400)
Prop.colorFunc16 = spin($Prop.colorFunc12,-400)