From 4f47658e70f0bffaa47236e733a073fb1e4abc0e Mon Sep 17 00:00:00 2001 From: Gadfly Date: Fri, 13 Sep 2024 17:59:29 +0800 Subject: [PATCH] fix: AIAssistant window height sometimes wrong --- src/Views/AIAssistant.axaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Views/AIAssistant.axaml b/src/Views/AIAssistant.axaml index e5cc31d5..7cbad86d 100644 --- a/src/Views/AIAssistant.axaml +++ b/src/Views/AIAssistant.axaml @@ -11,7 +11,7 @@ x:Name="ThisControl" Icon="/App.ico" Title="{DynamicResource Text.AIAssistant}" - Width="400" Height="120" + Width="400" SizeToContent="Height" CanResize="False" WindowStartupLocation="CenterOwner">