Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Bugzilla 55397; Set v-align to bottom for TextBoxStyle (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingces95 authored and rmarinho committed May 4, 2017
1 parent b26d9ec commit 34a1cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml
Expand Up @@ -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}}" />
Expand Down

0 comments on commit 34a1cc8

Please sign in to comment.