Update character creation tool XML: add IgnoreSelf attribute to main_table style

This commit is contained in:
Florian 2026-05-11 15:58:49 +02:00
parent 3132f5ede2
commit b164811c33

View File

@ -1,6 +1,6 @@
<Pdf Name="charpdf">
<Styles>
<Style Name="main_table" Recursive="true">
<Style Name="main_table" Recursive="true" IgnoreSelf="true">
<BorderWidth>1</BorderWidth>
</Style>
</Styles>