Update character creation tool XML: remove Recursive and IgnoreSelf attributes from ValueBox style

This commit is contained in:
Florian 2026-05-11 16:05:02 +02:00
parent 8fed96aaa7
commit 088d10b03e

View File

@ -1,6 +1,6 @@
<Pdf Name="charpdf">
<Styles>
<Style Name="ValueBox" Recursive="true" IgnoreSelf="true">
<Style Name="ValueBox">
<Border>1</Border>
<Margin>4</Margin>
<Padding>8</Padding>