feature: add a checkbox to also delete the tracking remote branch (#99)

This commit is contained in:
leo 2024-05-05 19:45:28 +08:00
parent eced2e09bd
commit d46979a0c5
7 changed files with 42 additions and 5 deletions

View file

@ -71,7 +71,7 @@ namespace SourceGit.Views
FontSize,
Foreground);
return new Size(formatted.Width - 16, formatted.Height);
return new Size(formatted.Width, formatted.Height);
}
public override void Render(DrawingContext context)