Browse Source

correct notification size.

pull/2607/head
Dan Walmsley 7 years ago
parent
commit
ff90e4aa37
  1. 2
      src/Avalonia.Themes.Default/NotificationCard.xaml

2
src/Avalonia.Themes.Default/NotificationCard.xaml

@ -41,7 +41,7 @@
</Style>
<Style Selector="NotificationCard/template/ ContentControl#PART_Content">
<Setter Property="MinHeight" Value="100" />
<Setter Property="MinHeight" Value="150" />
</Style>
<Style Selector="NotificationCard[IsClosing=true] /template/ LayoutTransformControl#PART_LayoutTransformControl">

Loading…
Cancel
Save