Browse Source
Merge branch 'master' into exported-menus
pull/2978/head
danwalmsley
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
src/Avalonia.Themes.Default/OverlayPopupHost.xaml
-
src/Avalonia.Themes.Default/PopupRoot.xaml
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
<Setter Property="Background" Value="{DynamicResource ThemeBackgroundBrush}"/> |
|
|
|
<Setter Property="Template"> |
|
|
|
<ControlTemplate> |
|
|
|
<VisualLayerManager IsPopup="True" Margin="-1 -1 0 0"> |
|
|
|
<VisualLayerManager IsPopup="True"> |
|
|
|
<ContentPresenter Name="PART_ContentPresenter" |
|
|
|
Background="{TemplateBinding Background}" |
|
|
|
ContentTemplate="{TemplateBinding ContentTemplate}" |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
<Setter Property="Background" Value="{DynamicResource ThemeBackgroundBrush}"/> |
|
|
|
<Setter Property="Template"> |
|
|
|
<ControlTemplate> |
|
|
|
<VisualLayerManager IsPopup="True" Margin="-1 -1 0 0"> |
|
|
|
<VisualLayerManager IsPopup="True"> |
|
|
|
<ContentPresenter Name="PART_ContentPresenter" |
|
|
|
Background="{TemplateBinding Background}" |
|
|
|
ContentTemplate="{TemplateBinding ContentTemplate}" |
|
|
|
|