mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-17 08:24:59 +00:00
code_style: general cleanup (#1415)
* code_style: general cleanup * code_style: whitespace cleanup
This commit is contained in:
parent
35eda489be
commit
ffac71b15f
89 changed files with 161 additions and 243 deletions
|
@ -56,11 +56,11 @@
|
|||
<TextBlock Text="{Binding Name}" Margin="0,0,8,0"/>
|
||||
<Border Height="16" CornerRadius="8" Padding="8,0" VerticalAlignment="Center" Background="Green">
|
||||
<TextBlock Text="{Binding Type}" VerticalAlignment="Center" FontSize="11" Foreground="White"/>
|
||||
</Border>
|
||||
</Border>
|
||||
</StackPanel>
|
||||
</DataTemplate>
|
||||
</ComboBox.SelectionBoxItemTemplate>
|
||||
|
||||
|
||||
<ComboBox.ItemTemplate>
|
||||
<DataTemplate DataType="m:ConventionalCommitType">
|
||||
<Grid Height="22">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue