From a9eb17ee501b812dcde7ec144271c8a67b3f4b63 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Sat, 7 Jun 2025 23:01:54 +0800 Subject: [PATCH] Make sure horizontally size good --- Flow.Launcher/ReleaseNotesWindow.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher/ReleaseNotesWindow.xaml b/Flow.Launcher/ReleaseNotesWindow.xaml index 5076fc09d..be1fe5c82 100644 --- a/Flow.Launcher/ReleaseNotesWindow.xaml +++ b/Flow.Launcher/ReleaseNotesWindow.xaml @@ -171,9 +171,9 @@ Grid.Row="2" Grid.Column="0" Grid.ColumnSpan="5" + Width="500" Height="500" Margin="15 0 20 0" - HorizontalAlignment="Stretch" ClickAction="SafetyDisplayWithRelativePath" Loaded="MarkdownViewer_Loaded" Plugins="{StaticResource MdXamlPlugins}"