Make CharacterPickerButton the same height for dwarves as for non-dwarves (#35297)

Character picker button height equality for dwarves
This commit is contained in:
Absotively
2025-02-19 03:44:17 -07:00
committed by GitHub
parent c62ed86854
commit 2beac0254c

View File

@@ -8,7 +8,8 @@
<SpriteView Scale="2 2"
Margin="0 4 4 4"
OverrideDirection="South"
Name="View"/>
Name="View"
SetSize="64 64"/>
<Label Name="DescriptionLabel"
ClipText="True"
HorizontalExpand="True"/>