Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Fix wrong column title
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rosati committed Oct 5, 2020
1 parent ce5e6a5 commit 466bd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FicsitExplorer/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<DataGrid.Columns>
<DataGridTextColumn Header="Name" Width="Auto" Binding="{Binding Name}" />
<DataGridTextColumn Header="Downloads" Width="80" Binding="{Binding Downloads}" />
<DataGridTextColumn Header="ShortDescription" Width="*" Binding="{Binding ShortDescription}" />
<DataGridTextColumn Header="Description" Width="*" Binding="{Binding ShortDescription}" />
</DataGrid.Columns>
</DataGrid>

Expand Down

0 comments on commit 466bd94

Please sign in to comment.