diff --git a/src/Git/Repository.cs b/src/Git/Repository.cs index c11f3169..e3609b5c 100644 --- a/src/Git/Repository.cs +++ b/src/Git/Repository.cs @@ -54,10 +54,6 @@ namespace SourceGit.Git { /// Last 10 Commit message. /// public List CommitMsgRecords { get; set; } = new List(); - /// - /// Commit template. - /// - public string CommitTemplate { get; set; } #endregion #region PROPERTIES_RUNTIME diff --git a/src/UI/Configure.xaml b/src/UI/Configure.xaml index 368874ee..d64572c8 100644 --- a/src/UI/Configure.xaml +++ b/src/UI/Configure.xaml @@ -6,7 +6,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:helpers="clr-namespace:SourceGit.Helpers" mc:Ignorable="d" - d:DesignHeight="450" d:DesignWidth="500" Width="500" Height="314"> + d:DesignHeight="150" d:DesignWidth="500" Width="500" Height="150"> @@ -14,10 +14,6 @@ - - - - @@ -43,20 +39,8 @@ Text="{Binding ElementName=me, Path=UserEmail, Mode=TwoWay}" helpers:TextBoxHelper.Placeholder="{StaticResource Text.Configure.Email.Placeholder}"/> - -