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:
leo 2025-04-17 18:21:55 +08:00
parent 231010abc6
commit 090b64d68d
No known key found for this signature in database
4 changed files with 159 additions and 116 deletions

View file

@ -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>