Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Shadows fixed
  • Loading branch information
MichelMichels committed Dec 29, 2021
commit 06cbb03cb5c367972337de2d926f8bdd662cb148
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,22 @@
VerticalAlignment="Stretch"
wpf:ShadowAssist.ShadowDepth="{TemplateBinding wpf:ShadowAssist.ShadowDepth}"
wpf:ShadowAssist.ShadowEdges="{TemplateBinding wpf:ShadowAssist.ShadowEdges}"
Background="{TemplateBinding wpf:ColorZoneAssist.Background}"
DockPanel.Dock="Top"
Focusable="False">
<wpf:ColorZone
VerticalAlignment="Stretch"
Background="{TemplateBinding wpf:ColorZoneAssist.Background}"
Focusable="False">

<UniformGrid
x:Name="HeaderPanel"
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
VerticalAlignment="Top"
Focusable="False"
IsItemsHost="True"
KeyboardNavigation.TabIndex="1"
Rows="1" />
<UniformGrid
x:Name="HeaderPanel"
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
VerticalAlignment="Top"
Focusable="False"
IsItemsHost="True"
KeyboardNavigation.TabIndex="1"
Rows="1" />
</wpf:ColorZone>
</wpf:Card>
<Border
x:Name="PART_BorderSelectedContent"
Expand Down