mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-30 08:34:59 +00:00
Syntax Fixes
This commit is contained in:
parent
47d9e0e9f9
commit
f70d48495f
10 changed files with 16 additions and 16 deletions
|
@ -57,7 +57,7 @@
|
|||
<ItemsControl.ItemTemplate>
|
||||
<DataTemplate>
|
||||
<TextBlock Classes="monospace"
|
||||
Text="{Binding, Converter={x:Static c:StringConverters.ToShortSHA}}"
|
||||
Text="{Binding Converter={x:Static c:StringConverters.ToShortSHA}}"
|
||||
FontSize="12"
|
||||
Foreground="DarkOrange"
|
||||
TextDecorations="Underline"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue