From 88a20889878377ffcfa967738644ad0a611516ac Mon Sep 17 00:00:00 2001
From: Jack251970 <1160210343@qq.com>
Date: Sat, 7 Jun 2025 16:12:35 +0800
Subject: [PATCH] Update min width & min height
---
Flow.Launcher/ReleaseNotesWindow.xaml | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/Flow.Launcher/ReleaseNotesWindow.xaml b/Flow.Launcher/ReleaseNotesWindow.xaml
index 9907e4716..28e124e88 100644
--- a/Flow.Launcher/ReleaseNotesWindow.xaml
+++ b/Flow.Launcher/ReleaseNotesWindow.xaml
@@ -10,7 +10,10 @@
xmlns:ui="http://schemas.modernwpf.com/2019"
xmlns:vm="clr-namespace:Flow.Launcher.ViewModel"
Title="{DynamicResource releaseNotes}"
- Width="700"
+ Width="940"
+ Height="600"
+ MinWidth="940"
+ MinHeight="600"
Background="{DynamicResource PopuBGColor}"
Closed="Window_Closed"
Foreground="{DynamicResource PopupTextColor}"
@@ -42,8 +45,8 @@
-
-
+
+
+ Margin="15 0 20 0"
+ HorizontalAlignment="Stretch"
+ VerticalAlignment="Stretch">