Skip to content

Commit 4f47658

Browse files
committed
fix: AIAssistant window height sometimes wrong
1 parent 1ec5cc4 commit 4f47658

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)