fix: AIAssistant window height sometimes wrong

This commit is contained in:
Gadfly 2024-09-13 17:59:29 +08:00
parent 1ec5cc416d
commit 4f47658e70
No known key found for this signature in database

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">