Skip to content

Commit c097656

Browse files
authored
Merge pull request #70 from AvaloniaUtils/fixSimpleThemeBackground
Remove DialogOverlayPopupHost ContentPresenter background which shoul…
2 parents e55d78c + b3e4c9a commit c097656

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DialogHost.Avalonia/DialogHost.axaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
ClipToBounds="{Binding Path=(dialogHostAvalonia:DialogHostStyle.ClipToBounds), RelativeSource={RelativeSource FindAncestor, AncestorType=dialogHostAvalonia:DialogHost}}"
6767
Background="{Binding Path=Background, RelativeSource={RelativeSource FindAncestor, AncestorType=dialogHostAvalonia:DialogHost}}">
6868
<ContentPresenter Name="PART_ContentPresenter"
69-
Background="{TemplateBinding Background}"
7069
ContentTemplate="{TemplateBinding ContentTemplate}"
7170
Content="{TemplateBinding Content}"
7271
Padding="{TemplateBinding Padding}" />

0 commit comments

Comments
 (0)