Only show hollow stars in editing mode

This commit is contained in:
Michael Bucari-Tovo 2022-12-31 10:33:18 -07:00
parent 05ac5c63e1
commit b4838d364e
3 changed files with 10 additions and 8 deletions

View file

@ -15,7 +15,7 @@
</Style>
</Grid.Styles>
<TextBlock IsVisible="false" Grid.Column="0" Grid.Row="0" Name="tblockOverall" Text="Overall:" />
<TextBlock Grid.Column="0" Grid.Row="0" Name="tblockOverall" Text="Overall:" />
<TextBlock Grid.Column="0" Grid.Row="1" Name="tblockPerform" Text="Perform:" />
<TextBlock Grid.Column="0" Grid.Row="2" Name="tblockStory" Text="Story:" />