Skip to content

Commit 6fc972c

Browse files
authored
Merge pull request #470 from gadfly3173/fix/ai-window
fix: AIAssistant window height sometimes wrong
2 parents 1ec5cc4 + 4f47658 commit 6fc972c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/AIAssistant.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
x:Name="ThisControl"
1212
Icon="/App.ico"
1313
Title="{DynamicResource Text.AIAssistant}"
14-
Width="400" Height="120"
14+
Width="400" SizeToContent="Height"
1515
CanResize="False"
1616
WindowStartupLocation="CenterOwner">
1717
<Grid RowDefinitions="Auto,Auto,Auto">

0 commit comments

Comments
 (0)