We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec5cc4 commit 4f47658Copy full SHA for 4f47658
src/Views/AIAssistant.axaml
@@ -11,7 +11,7 @@
11
x:Name="ThisControl"
12
Icon="/App.ico"
13
Title="{DynamicResource Text.AIAssistant}"
14
- Width="400" Height="120"
+ Width="400" SizeToContent="Height"
15
CanResize="False"
16
WindowStartupLocation="CenterOwner">
17
<Grid RowDefinitions="Auto,Auto,Auto">
0 commit comments