Julien Lebosquain
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
8 additions and
0 deletions
-
src/Avalonia.Themes.Fluent/Controls/OverlayPopupHost.xaml
-
src/Avalonia.Themes.Fluent/Controls/PopupRoot.xaml
-
src/Avalonia.Themes.Simple/Controls/OverlayPopupHost.xaml
-
src/Avalonia.Themes.Simple/Controls/PopupRoot.xaml
|
|
|
@ -7,6 +7,7 @@ |
|
|
|
<Setter Property="FontFamily" Value="{DynamicResource ContentControlThemeFontFamily}" /> |
|
|
|
<Setter Property="FontWeight" Value="Normal" /> |
|
|
|
<Setter Property="FontStyle" Value="Normal" /> |
|
|
|
<Setter Property="Inline.TextDecorations" Value="" /> |
|
|
|
<Setter Property="Template"> |
|
|
|
<ControlTemplate> |
|
|
|
<LayoutTransformControl LayoutTransform="{TemplateBinding Transform}"> |
|
|
|
|
|
|
|
@ -9,6 +9,7 @@ |
|
|
|
<Setter Property="FontFamily" Value="{DynamicResource ContentControlThemeFontFamily}" /> |
|
|
|
<Setter Property="FontWeight" Value="Normal" /> |
|
|
|
<Setter Property="FontStyle" Value="Normal" /> |
|
|
|
<Setter Property="Inline.TextDecorations" Value="" /> |
|
|
|
<Setter Property="Template"> |
|
|
|
<ControlTemplate> |
|
|
|
<LayoutTransformControl LayoutTransform="{TemplateBinding Transform}"> |
|
|
|
|
|
|
|
@ -6,6 +6,9 @@ |
|
|
|
<Setter Property="Foreground" Value="{DynamicResource ThemeForegroundBrush}" /> |
|
|
|
<Setter Property="FontSize" Value="{DynamicResource FontSizeNormal}" /> |
|
|
|
<Setter Property="FontFamily" Value="{DynamicResource ContentControlThemeFontFamily}" /> |
|
|
|
<Setter Property="FontWeight" Value="Normal" /> |
|
|
|
<Setter Property="FontStyle" Value="Normal" /> |
|
|
|
<Setter Property="Inline.TextDecorations" Value="" /> |
|
|
|
<Setter Property="Template"> |
|
|
|
<ControlTemplate> |
|
|
|
<!-- Do not forget to update Templated_Control_With_Popup_In_Template_Should_Set_TemplatedParent test --> |
|
|
|
|
|
|
|
@ -8,6 +8,9 @@ |
|
|
|
<Setter Property="Foreground" Value="{DynamicResource ThemeForegroundBrush}" /> |
|
|
|
<Setter Property="FontSize" Value="{DynamicResource FontSizeNormal}" /> |
|
|
|
<Setter Property="FontFamily" Value="{DynamicResource ContentControlThemeFontFamily}" /> |
|
|
|
<Setter Property="FontWeight" Value="Normal" /> |
|
|
|
<Setter Property="FontStyle" Value="Normal" /> |
|
|
|
<Setter Property="Inline.TextDecorations" Value="" /> |
|
|
|
<Setter Property="Template"> |
|
|
|
<ControlTemplate> |
|
|
|
<LayoutTransformControl LayoutTransform="{TemplateBinding Transform}"> |
|
|
|
|