ux: new remote icon

This commit is contained in:
leo 2024-10-15 20:03:36 +08:00
parent 9bccb34ca7
commit 7df96377b8
No known key found for this signature in database
12 changed files with 12 additions and 12 deletions

View file

@ -52,7 +52,7 @@ namespace SourceGit.Views
if (node.Backend is Models.Remote)
{
CreateContent(new Thickness(0, 2, 0, 0), "Icons.Remote");
CreateContent(new Thickness(0, 0, 0, 0), "Icons.Remote");
}
else if (node.Backend is Models.Branch branch)
{