mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-06 03:24:59 +00:00
refactor: notification popup uses the same text presenter with git command log viewer (#1149)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
231010abc6
commit
090b64d68d
4 changed files with 159 additions and 116 deletions
|
@ -100,8 +100,8 @@
|
|||
BorderBrush="{DynamicResource Brush.Border2}"
|
||||
BorderThickness="1"
|
||||
Background="{DynamicResource Brush.Contents}">
|
||||
<v:LogContentPresenter Log="{Binding SelectedLog}"
|
||||
FontFamily="{DynamicResource Fonts.Monospace}"/>
|
||||
<v:CommandLogContentPresenter Log="{Binding SelectedLog}"
|
||||
FontFamily="{DynamicResource Fonts.Monospace}"/>
|
||||
</Border>
|
||||
</Grid>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue