mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
Merge pull request #470 from gadfly3173/fix/ai-window
fix: AIAssistant window height sometimes wrong
This commit is contained in:
commit
6fc972cc24
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
<Grid RowDefinitions="Auto,Auto,Auto">
|
||||
|
|
Loading…
Reference in a new issue