修复窗口大小问题

This commit is contained in:
ShrlAlgo
2025-09-19 09:18:09 +08:00
parent d71019ac38
commit 3fc465959b
34 changed files with 592 additions and 238 deletions

View File

@@ -10,9 +10,6 @@
Title="深圳市交付标准"
Width="800"
Height="450"
MinWidth="800"
MinHeight="500"
mc:Ignorable="d">
<!--<i:Interaction.Triggers>
<i:EventTrigger EventName="Closed">

View File

@@ -11,8 +11,6 @@
Title="属性匹配"
Width="400"
Height="280"
MinWidth="400"
MinHeight="200"
d:DataContext="{d:DesignInstance Type=local:MappingElementCodeViewModel}"
SizeToContent="Height"
mc:Ignorable="d">

View File

@@ -11,8 +11,6 @@
Title="实例参数编辑"
Width="500"
Height="400"
MinWidth="400"
MinHeight="400"
d:DataContext="{d:DesignInstance Type=local:WriteParametersViewModel}"
SizeToContent="Height"
mc:Ignorable="d">