mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
fix(CreateTag): alignment for tag message placeholder
This commit is contained in:
parent
53c65faecb
commit
005073f847
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue