mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08: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"
|
x:Name="me"
|
||||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||||
|
@ -49,8 +49,10 @@
|
||||||
<TextBox Grid.Row="4" Grid.Column="1"
|
<TextBox Grid.Row="4" Grid.Column="1"
|
||||||
x:Name="tagMessage"
|
x:Name="tagMessage"
|
||||||
Height="56"
|
Height="56"
|
||||||
|
Padding="2"
|
||||||
AcceptsReturn="True"
|
AcceptsReturn="True"
|
||||||
helpers:TextBoxHelper.Placeholder="Optional"/>
|
helpers:TextBoxHelper.Placeholder="Optional"
|
||||||
|
helpers:TextBoxHelper.PlaceholderBaseline="Top"/>
|
||||||
|
|
||||||
<Grid Grid.Row="6" Grid.ColumnSpan="2">
|
<Grid Grid.Row="6" Grid.ColumnSpan="2">
|
||||||
<Grid.ColumnDefinitions>
|
<Grid.ColumnDefinitions>
|
||||||
|
|
Loading…
Reference in a new issue