Skip to content

Commit

Permalink
Merge pull request #338 from dgosbell/fix-anchorable-header
Browse files Browse the repository at this point in the history
Fixes #309 Anchorable Header not visible in generic theme
  • Loading branch information
Dirkster99 committed Jul 16, 2022
2 parents 22b9bb9 + a9f8f0a commit 617a313
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/Components/AvalonDock/Themes/generic.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,8 @@
</Setter>
</Style>

<Style TargetType="{x:Type avalonDockControls:AnchorablePaneTitle}" BasedOn="{StaticResource AnchorablePaneTitleStyle}"/>

<ControlTemplate x:Key="AnchorSideTemplate" TargetType="{x:Type avalonDockControls:LayoutAnchorSideControl}">
<ItemsControl Background="{TemplateBinding Background}" ItemsSource="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=Children}">
<ItemsControl.ItemsPanel>
Expand Down

0 comments on commit 617a313

Please sign in to comment.