修复主窗口基础信息高度

This commit is contained in:
2026-05-25 11:44:19 +08:00
parent 0b4f55c352
commit 04d4cd84d6

View File

@@ -80,7 +80,7 @@
<ColumnDefinition Width="2*" />
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition Height="100" />
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>