feat: unified icon size.

This commit is contained in:
Zhang Dian
2025-01-08 22:47:15 +08:00
parent fa37a0763a
commit 2914077d6b
4 changed files with 28 additions and 40 deletions

View File

@@ -84,8 +84,8 @@
<DockPanel MinWidth="{DynamicResource NotificationCardMinWidth}">
<PathIcon
x:Name="NotificationIcon"
Width="{DynamicResource NotificationCardIconWidth}"
Height="{DynamicResource NotificationCardIconHeight}"
Theme="{StaticResource InnerPathIcon}"
Classes="Large"
Margin="{DynamicResource NotificationCardIconMargin}"
VerticalAlignment="Top"
IsVisible="{TemplateBinding ShowIcon}"