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 4ea6be9 commit de9da55Copy full SHA for de9da55
src/Wpf.Ui/Controls/SplitButton/SplitButton.xaml
@@ -42,7 +42,6 @@
42
<ControlTemplate TargetType="{x:Type ToggleButton}">
43
<Border
44
x:Name="ContentBorder"
45
- Margin="0,-1,-1,-1"
46
Padding="11,0"
47
Background="{TemplateBinding Background}"
48
BorderBrush="{TemplateBinding BorderBrush}"
@@ -137,7 +136,7 @@
137
136
Focusable="False"
138
Foreground="{TemplateBinding Foreground}"
139
IsChecked="{TemplateBinding IsDropDownOpen}"
140
- Style="{StaticResource DefaultSplitButtonToggleButtonStyle}">
+ Style="{DynamicResource DefaultSplitButtonToggleButtonStyle}">
141
<controls:SymbolIcon FontSize="10" Symbol="ChevronDown24" />
142
</ToggleButton>
143
</Border>
0 commit comments