Skip to content

Commit

Permalink
Merge pull request #70 from AvaloniaUtils/fixSimpleThemeBackground
Browse files Browse the repository at this point in the history
Remove DialogOverlayPopupHost ContentPresenter background which shoul…
  • Loading branch information
SKProCH authored Nov 9, 2024
2 parents e55d78c + b3e4c9a commit c097656
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DialogHost.Avalonia/DialogHost.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
ClipToBounds="{Binding Path=(dialogHostAvalonia:DialogHostStyle.ClipToBounds), RelativeSource={RelativeSource FindAncestor, AncestorType=dialogHostAvalonia:DialogHost}}"
Background="{Binding Path=Background, RelativeSource={RelativeSource FindAncestor, AncestorType=dialogHostAvalonia:DialogHost}}">
<ContentPresenter Name="PART_ContentPresenter"
Background="{TemplateBinding Background}"
ContentTemplate="{TemplateBinding ContentTemplate}"
Content="{TemplateBinding Content}"
Padding="{TemplateBinding Padding}" />
Expand Down

0 comments on commit c097656

Please sign in to comment.