mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08:00
ux: new notification theme
This commit is contained in:
parent
1c345df37d
commit
6768a2c1fe
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@
|
|||
</Button>
|
||||
</Grid>
|
||||
|
||||
<Border Grid.Row="1" Margin="8" Background="{DynamicResource Brush.Contents}" BorderThickness="1" BorderBrush="{DynamicResource Brush.Border2}">
|
||||
<Border Grid.Row="1" Margin="8" Background="Transparent">
|
||||
<ScrollViewer MaxHeight="200" HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto">
|
||||
<TextBlock Margin="4,2" TextWrapping="NoWrap" Text="{Binding Message}"/>
|
||||
</ScrollViewer>
|
||||
|
|
Loading…
Reference in a new issue