修复窗口大小问题
This commit is contained in:
@@ -10,9 +10,6 @@
|
||||
Title="深圳市交付标准"
|
||||
Width="800"
|
||||
Height="450"
|
||||
MinWidth="800"
|
||||
MinHeight="500"
|
||||
|
||||
mc:Ignorable="d">
|
||||
<!--<i:Interaction.Triggers>
|
||||
<i:EventTrigger EventName="Closed">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user