Skip to content

Commit

Permalink
Diff View: Center the 'State' Column Text
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Jun 13, 2024
1 parent 3c575ee commit 5449f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NexusMods.App.UI/Controls/Trees/FileTreeView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<files:FileTreeNodeView DataContext="{CompiledBinding}" />
</DataTemplate>
<DataTemplate x:Key="FileStateColumnTemplate" DataType="{x:Type files:IFileTreeNodeViewModel}">
<TextBlock Text="{CompiledBinding FormattedChangeState}" >
<TextBlock Text="{CompiledBinding FormattedChangeState}" VerticalAlignment="Center" >
<ToolTip.Tip>
<TextBlock Text="{CompiledBinding FormattedChangeStateToolTip}" />
</ToolTip.Tip>
Expand Down

0 comments on commit 5449f96

Please sign in to comment.