mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-22 10:55:00 +00:00
feature: allow to hide tags in graph (#1109)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
ae1e46b586
commit
2512d3be7a
10 changed files with 48 additions and 20 deletions
|
@ -140,9 +140,9 @@
|
|||
|
||||
<v:CommitRefsPresenter Grid.Column="1"
|
||||
Background="{DynamicResource Brush.Contents}"
|
||||
TagBackground="{DynamicResource Brush.DecoratorTag}"
|
||||
Foreground="{DynamicResource Brush.FG1}"
|
||||
FontFamily="{DynamicResource Fonts.Primary}"
|
||||
ShowTags="{Binding Source={x:Static vm:Preferences.Instance}, Path=ShowTagsInGraph}"
|
||||
FontSize="11"
|
||||
VerticalAlignment="Center">
|
||||
<v:CommitRefsPresenter.UseGraphColor>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue