Merge pull request #470 from gadfly3173/fix/ai-window

fix: AIAssistant window height sometimes wrong
This commit is contained in:
leo 2024-09-13 18:02:12 +08:00 committed by GitHub
commit 6fc972cc24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@
x:Name="ThisControl" x:Name="ThisControl"
Icon="/App.ico" Icon="/App.ico"
Title="{DynamicResource Text.AIAssistant}" Title="{DynamicResource Text.AIAssistant}"
Width="400" Height="120" Width="400" SizeToContent="Height"
CanResize="False" CanResize="False"
WindowStartupLocation="CenterOwner"> WindowStartupLocation="CenterOwner">
<Grid RowDefinitions="Auto,Auto,Auto"> <Grid RowDefinitions="Auto,Auto,Auto">