fix(CreateTag): alignment for tag message placeholder

This commit is contained in:
leo 2020-07-21 13:41:33 +08:00
parent 53c65faecb
commit 005073f847

View file

@ -1,4 +1,4 @@
<UserControl x:Class="SourceGit.UI.CreateTag"
<UserControl x:Class="SourceGit.UI.CreateTag"
x:Name="me"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
@ -49,8 +49,10 @@
<TextBox Grid.Row="4" Grid.Column="1"
x:Name="tagMessage"
Height="56"
Padding="2"
AcceptsReturn="True"
helpers:TextBoxHelper.Placeholder="Optional"/>
helpers:TextBoxHelper.Placeholder="Optional"
helpers:TextBoxHelper.PlaceholderBaseline="Top"/>
<Grid Grid.Row="6" Grid.ColumnSpan="2">
<Grid.ColumnDefinitions>