Skip to content

Commit

Permalink
fix tooltips not being rendered properly
Browse files Browse the repository at this point in the history
  • Loading branch information
rfvgyhn committed Feb 24, 2023
1 parent 07f5dba commit a44521e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GwentTracker/Views/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<TextBlock Text="{Binding QuestName}" VerticalAlignment="Center" FontWeight="Bold" />
<ItemsControl Items="{Binding Notes}">
<ItemsControl.ItemTemplate>
<DataTemplate DataType="s:Array">
<DataTemplate DataType="s:String">
<TextBlock TextWrapping="Wrap" Text="{Binding ., StringFormat='* {0}'}" Margin="0 10 0 0" />
</DataTemplate>
</ItemsControl.ItemTemplate>
Expand Down

0 comments on commit a44521e

Please sign in to comment.