提交 fcacb783 编写于 作者: D David Poeschl

Correctly resize AddParameter (the type input box grows)

上级 d393266d
......@@ -28,7 +28,7 @@
<Grid Grid.Row="0" Name="Table">
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
<RowDefinition Height="*"/>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
......@@ -44,7 +44,7 @@
<TextBox x:Name="TypeContentControl"
Grid.Row="1"
Margin="0,5,0,5"
MinHeight="19"
MinHeight="17"
Text="{Binding VerbatimTypeName, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
AutomationProperties.LabeledBy="{Binding ElementName=TypeNameLabelName}"/>
<StackPanel Orientation="Horizontal" Grid.Row="2" Margin="0,5,0,5">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册