Skip to content

Commit 9ed5226

Browse files
committed
ux: change the width of notification popup to 480px (#556)
1 parent 573db57 commit 9ed5226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/LauncherPage.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
</Grid>
8484

8585
<!-- Notification -->
86-
<Grid Grid.Row="1" Width="360" HorizontalAlignment="Right" VerticalAlignment="Top">
86+
<Grid Grid.Row="1" Width="480" HorizontalAlignment="Right" VerticalAlignment="Top">
8787
<ScrollViewer HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Auto">
8888
<ItemsControl ItemsSource="{Binding Notifications}">
8989
<ItemsControl.ItemTemplate>

0 commit comments

Comments
 (0)