mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57: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"
|
Grid.Column="2"
|
||||||
Foreground="{StaticResource Brush.FG}"
|
Foreground="{StaticResource Brush.FG}"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
|
Margin="8,0"
|
||||||
Text="{Binding Commit.Committer.Name}"/>
|
Text="{Binding Commit.Committer.Name}"/>
|
||||||
|
|
||||||
<TextBlock
|
<TextBlock
|
||||||
|
|
Loading…
Reference in a new issue