Bugzilla 55397; Set v-align to bottom for TextBoxStyle (#882)

This commit is contained in:
kingces95 2017-05-04 11:37:02 -04:00 коммит произвёл Rui Marinho
Родитель b26d9ec0cb
Коммит 34a1cc8d73
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -186,7 +186,7 @@
Content="{TemplateBinding PlaceholderText}"
Foreground="{TemplateBinding PlaceholderForegroundBrush}" IsHitTestVisible="False"
IsTabStop="False" Margin="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}"
Grid.Row="1"
Grid.Row="1" VerticalAlignment="Bottom"
HorizontalAlignment="{Binding TextAlignment,
RelativeSource={RelativeSource Mode=TemplatedParent},
Converter={StaticResource AlignmentConverter}}" />