Added visual indicator to "Installed" header by making it a checkbox

This commit is contained in:
BlazyNights 2022-03-22 22:09:20 -07:00
parent b27acd9b99
commit 3fc3394070

View file

@ -93,15 +93,15 @@
<GridViewColumn x:Name="InstalledColumn">
<GridViewColumn.Header>
<Button
<CheckBox
Name="InstalledButton"
Margin="-5"
Margin="7,-5,-5,-5"
Padding="9,-1,9,0"
Background="#00000000"
BorderThickness="0"
Click="InstalledButton_Click"
Content="{DynamicResource Mods:Header:Installed}"
FontSize="11"
IsChecked="False" Checked="InstalledButton_Checked" Unchecked="InstalledButton_Unchecked"
/>
</GridViewColumn.Header>
<GridViewColumn.CellTemplate>