mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-30 16:44:59 +00:00
ux: add brush for Window border on Linux
This commit is contained in:
parent
e7a1fd9947
commit
20f5a6eb13
3 changed files with 5 additions and 1 deletions
|
@ -118,7 +118,7 @@
|
|||
<Grid Margin="{TemplateBinding Padding}" Effect="drop-shadow(0 0 12 #A0000000)">
|
||||
<Border x:Name="PART_ContentRoot"
|
||||
Background="{DynamicResource Brush.Window}"
|
||||
BorderBrush="{DynamicResource Brush.Border0}"
|
||||
BorderBrush="{DynamicResource Brush.WindowBorder}"
|
||||
BorderThickness="1"
|
||||
CornerRadius="8">
|
||||
<VisualLayerManager>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue