ux: change the width of notification popup to 480px (#556)

This commit is contained in:
leo 2024-10-16 16:23:59 +08:00
parent 573db575b6
commit 9ed5226eab
No known key found for this signature in database

View file

@ -83,7 +83,7 @@
</Grid> </Grid>
<!-- Notification --> <!-- Notification -->
<Grid Grid.Row="1" Width="360" HorizontalAlignment="Right" VerticalAlignment="Top"> <Grid Grid.Row="1" Width="480" HorizontalAlignment="Right" VerticalAlignment="Top">
<ScrollViewer HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Auto"> <ScrollViewer HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Auto">
<ItemsControl ItemsSource="{Binding Notifications}"> <ItemsControl ItemsSource="{Binding Notifications}">
<ItemsControl.ItemTemplate> <ItemsControl.ItemTemplate>