From e85e0fe804432851e050a37276f4f8bfd83627de Mon Sep 17 00:00:00 2001 From: Paul DiPietro Date: Wed, 29 Nov 2017 14:23:06 -0500 Subject: [PATCH] [UWP] Entry alignment re-adjustment (#1286) --- Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml b/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml index 3c87eca..03325a6 100644 --- a/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml +++ b/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml @@ -191,7 +191,7 @@ Content="{TemplateBinding PlaceholderText}" Foreground="{TemplateBinding PlaceholderForegroundBrush}" IsHitTestVisible="False" IsTabStop="False" Margin="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}" - Grid.Row="1" VerticalAlignment="Bottom" + Grid.Row="1" HorizontalAlignment="{Binding TextAlignment, RelativeSource={RelativeSource Mode=TemplatedParent}, Converter={StaticResource AlignmentConverter}}" /> -- 2.7.4