Skip to content

Commit 86ee652

Browse files
committed
Allow setting floats to numeric settins, where it makes sense
1 parent 455e64f commit 86ee652

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

config/BorderlessShowcaseTemplate.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ default = ""
4343
title = "Darken expansion symbol gradient ends"
4444
desc = """Darkens the first and last override color in the expansion symbol gradient. Specify as a value between 0-100."""
4545
type = "numeric"
46-
default = 0
46+
default = 0.0
4747

4848
[COLORS."Expansion.Symbol.Angle"]
4949
title = "Expansion symbol gradient angle"
5050
desc = """The angle to use for the expansion symbol color gradient. Specify as a value between -360-360."""
5151
type = "numeric"
52-
default = -45
52+
default = -45.0
5353

5454
[COLORS."Expansion.Symbol.Scale"]
5555
title = "Expansion symbol gradient scale"
5656
desc = """The scale to use for the expansion symbol color gradient. Specify as a value between 10-150."""
5757
type = "numeric"
58-
default = 70
58+
default = 70.0
5959

6060
[COLORS."Expansion.Symbol.Method"]
6161
title = "Expansion symbol gradient method"
@@ -77,19 +77,19 @@ Medium = 866
7777
Short = 661
7878
"""
7979
type = "numeric"
80-
default = 0
80+
default = 0.0
8181

8282
[TEXT."Rules.Text.Font.Size"]
8383
title = "Rules text font size"
8484
desc = "Font size in points to use for rules text, excluding Case, Class, Saga and Planeswalker layouts. The textbox is automatically sized to conform to the chosen font size. This setting overrides the 'Textbox height' setting. Values <= 0 disable this setting."
8585
type = "numeric"
86-
default = 0
86+
default = 0.0
8787

8888
[TEXT."Rules.Text.Padding"]
8989
title = "Rules text vertical padding"
9090
desc = "The amount of extra vertical padding in pixels to add to rules text. Applies to Planeswalker cards and to other cards when using 'Rules text font size' setting."
9191
type = "numeric"
92-
default = 64
92+
default = 64.0
9393

9494
[TEXT.Nickname]
9595
title = "Use Nickname"

0 commit comments

Comments
 (0)