mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 04:04:59 +00:00
ux: icons
This commit is contained in:
parent
a597845bb4
commit
684fedb9bd
18 changed files with 52 additions and 52 deletions
|
@ -74,7 +74,7 @@ namespace SourceGit.Views
|
|||
CreateContent("Icons.Submodule", new Thickness(0, 0, 0, 0));
|
||||
break;
|
||||
default:
|
||||
CreateContent(node.IsExpanded ? "Icons.Folder.Open" : "Icons.Folder.Fill", new Thickness(0, 2, 0, 0), Brushes.Goldenrod);
|
||||
CreateContent(node.IsExpanded ? "Icons.Folder.Open" : "Icons.Folder", new Thickness(0, 2, 0, 0), Brushes.Goldenrod);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
@ -90,6 +90,7 @@ namespace SourceGit.Views
|
|||
Width = 14,
|
||||
Height = 14,
|
||||
Margin = margin,
|
||||
Stretch = Stretch.Uniform,
|
||||
HorizontalAlignment = HorizontalAlignment.Left,
|
||||
VerticalAlignment = VerticalAlignment.Center,
|
||||
Data = geo,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue