mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-22 20:37:19 -08:00
style<InteractiveRebase>: add margin for committer name column
This commit is contained in:
parent
d1f64b1d12
commit
8292cc9e85
1 changed files with 1 additions and 0 deletions
|
@ -178,6 +178,7 @@
|
|||
Grid.Column="2"
|
||||
Foreground="{StaticResource Brush.FG}"
|
||||
VerticalAlignment="Center"
|
||||
Margin="8,0"
|
||||
Text="{Binding Commit.Committer.Name}"/>
|
||||
|
||||
<TextBlock
|
||||
|
|
Loading…
Reference in a new issue