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 29de636 commit 5d12759Copy full SHA for 5d12759
src/WPFDevelopers.Shared/Styles/Styles.RepeatButton.xaml
@@ -19,6 +19,7 @@
19
<Setter Property="BorderBrush" Value="{DynamicResource WD.BaseSolidColorBrush}" />
20
<Setter Property="Foreground" Value="{DynamicResource WD.RegularTextSolidColorBrush}" />
21
<Setter Property="BorderThickness" Value="1" />
22
+ <Setter Property="Padding" Value="{StaticResource WD.DefaultPadding}" />
23
<Setter Property="Template">
24
<Setter.Value>
25
<ControlTemplate TargetType="{x:Type RepeatButton}">
0 commit comments