feature<CommitGraph>: add polyline display mode

This commit is contained in:
leo 2021-05-19 16:14:46 +08:00
parent e1ca1224dc
commit e6182f9818
9 changed files with 112 additions and 16 deletions

View file

@ -105,6 +105,11 @@ namespace SourceGit.Models {
/// </summary>
public double Height { get; set; } = 600;
/// <summary>
/// 在提交列表视图中是否使用折线代替曲线
/// </summary>
public bool UsePolylineInGraph { get; set; } = false;
/// <summary>
/// 将提交信息面板与提交记录左右排布
/// </summary>