fix detailed path column span

This commit is contained in:
IsWaffle 2023-11-09 10:33:15 -05:00
parent a54bee78e1
commit ec1f2d55ef

View File

@ -18,7 +18,7 @@
InfoText="{Binding CacheInfoText}" State="{Binding CacheCheckState}" InfoText="{Binding CacheInfoText}" State="{Binding CacheCheckState}"
/> />
<TextBlock Grid.Row="2" Grid.Column="1" Grid.ColumnSpan="3" <TextBlock Grid.Row="2" Grid.Column="1" Grid.ColumnSpan="2"
Foreground="DodgerBlue" FontWeight="SemiBold" FontSize="16" Foreground="DodgerBlue" FontWeight="SemiBold" FontSize="16"
Text="{Binding InstallPath}" TextWrapping="Wrap" Text="{Binding InstallPath}" TextWrapping="Wrap"
Margin="5" Margin="5"