mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-24 02:40:24 +08:00
ux: use fixed width for commit history context menu
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -179,6 +179,7 @@ namespace SourceGit.Views
|
||||
{
|
||||
var repo = vm.Repository;
|
||||
var menu = new ContextMenu();
|
||||
menu.MaxWidth = 480;
|
||||
|
||||
var gitTemplate = await new Commands.Config(repo.FullPath).GetAsync("commit.template");
|
||||
var templateCount = repo.Settings.CommitTemplates.Count;
|
||||
|
||||
Reference in New Issue
Block a user