зеркало из https://github.com/DeGsoft/maui-linux.git
Bugzilla 55397; Set v-align to bottom for TextBoxStyle (#882)
This commit is contained in:
Родитель
b26d9ec0cb
Коммит
34a1cc8d73
|
@ -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}}" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче