summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.UAP
diff options
context:
space:
mode:
authorkingces95 <kingces95@users.noreply.github.com>2017-05-04 11:37:02 -0400
committerRui Marinho <me@ruimarinho.net>2017-05-04 16:37:02 +0100
commit34a1cc8d7323d3e83623333db4bc9966bf0703b0 (patch)
tree5fbd62bc2b6e18ead8ed904954bf7d22338aca46 /Xamarin.Forms.Platform.UAP
parentb26d9ec0cb5a425ea7cb74646966b2871bd6c1fe (diff)
downloadxamarin-forms-34a1cc8d7323d3e83623333db4bc9966bf0703b0.tar.gz
xamarin-forms-34a1cc8d7323d3e83623333db4bc9966bf0703b0.tar.bz2
xamarin-forms-34a1cc8d7323d3e83623333db4bc9966bf0703b0.zip
Bugzilla 55397; Set v-align to bottom for TextBoxStyle (#882)
Diffstat (limited to 'Xamarin.Forms.Platform.UAP')
-rw-r--r--Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml b/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml
index ad9f0b97..4ab9bb00 100644
--- a/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml
+++ b/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml
@@ -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}}" />