Fix remaining invalid PackIconMaterialKind names
TableRowsPlusAfter, InformationOutline and LinkOff don't exist in IconPacks 4.11.0. Replaced with TablePlus, AlertCircleOutline, LinkVariantOff. Audited all XAML files via DLL reflection — no further invalid icon names remain. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -198,7 +198,7 @@
|
||||
Background="{DynamicResource MahApps.Brushes.Gray8}"
|
||||
VerticalAlignment="Center">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<iconPacks:PackIconMaterial Kind="TableRowsPlusAfter" Width="12" Height="12"
|
||||
<iconPacks:PackIconMaterial Kind="TablePlus" Width="12" Height="12"
|
||||
Margin="0,0,5,0" VerticalAlignment="Center"
|
||||
Foreground="{DynamicResource MahApps.Brushes.Gray4}"/>
|
||||
<TextBlock x:Name="RowCountLabel" VerticalAlignment="Center"
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
Style="{DynamicResource MahApps.Styles.Button.Square}"
|
||||
Height="28" Padding="8,0">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<iconPacks:PackIconMaterial Kind="LinkOff" Width="12" Height="12"
|
||||
<iconPacks:PackIconMaterial Kind="LinkVariantOff" Width="12" Height="12"
|
||||
Margin="0,0,4,0" VerticalAlignment="Center"/>
|
||||
<TextBlock Text="Disconnect" VerticalAlignment="Center" FontSize="12"/>
|
||||
</StackPanel>
|
||||
@@ -278,7 +278,7 @@
|
||||
<ColumnDefinition Width="Auto"/>
|
||||
</Grid.ColumnDefinitions>
|
||||
<StackPanel Grid.Column="0" Orientation="Horizontal">
|
||||
<iconPacks:PackIconMaterial Kind="InformationOutline"
|
||||
<iconPacks:PackIconMaterial Kind="AlertCircleOutline"
|
||||
Width="12" Height="12" Margin="0,0,5,0"
|
||||
VerticalAlignment="Center"
|
||||
Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
|
||||
|
||||
Reference in New Issue
Block a user