Skip to content

Commit 8b77e09

Browse files
authored
Merge pull request #290 from Alexis-Lapierre/main
fix: crash on Mii Editor: Font Size 0
2 parents da74e81 + 9b111f7 commit 8b77e09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WheelWizard/Views/Components/PopupListButton.axaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
HorizontalAlignment="Left" VerticalAlignment="Center"
6060
Margin="10,0,10,0" />
6161

62-
<components:IconLabel x:Name="PART_ArrowIcon" IconSize="20" FontSize="0"
62+
<components:IconLabel x:Name="PART_ArrowIcon" IconSize="20"
6363
IsVisible="False"
6464
IconData="{StaticResource ArrowRight}"
6565
Foreground="{TemplateBinding Foreground}"
@@ -90,4 +90,4 @@
9090
<Setter Property="IsVisible" Value="True"/>
9191
</Style>
9292
</Style>
93-
</Styles>
93+
</Styles>

0 commit comments

Comments
 (0)