We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9fe05 commit 04e7dd5Copy full SHA for 04e7dd5
MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.PopupBox.xaml
@@ -23,6 +23,7 @@
23
<Setter Property="HorizontalAlignment" Value="Left" />
24
<Setter Property="wpf:ShadowAssist.ShadowDepth" Value="Depth3" />
25
<Setter Property="TextElement.FontWeight" Value="Normal" />
26
+ <Setter Property="Padding" Value="0 8 0 8" />
27
<Setter Property="Template">
28
<Setter.Value>
29
<ControlTemplate TargetType="{x:Type wpf:PopupBox}">
@@ -61,7 +62,7 @@
61
62
Foreground="{DynamicResource MaterialDesignBody}"
63
FontSize="15"
64
FontWeight="Regular"
- Padding="0 8 0 8"
65
+ Padding="{TemplateBinding Padding}"
66
RenderOptions.ClearTypeHint="Enabled"
67
Margin="5">
68
<wpf:Card.Resources>
0 commit comments