diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.Touch/Styles/TouchToggleButton.xaml')
| -rw-r--r-- | Software/Visual_Studio/Tango.Touch/Styles/TouchToggleButton.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Touch/Styles/TouchToggleButton.xaml b/Software/Visual_Studio/Tango.Touch/Styles/TouchToggleButton.xaml index 02450ee95..edf25c256 100644 --- a/Software/Visual_Studio/Tango.Touch/Styles/TouchToggleButton.xaml +++ b/Software/Visual_Studio/Tango.Touch/Styles/TouchToggleButton.xaml @@ -18,7 +18,7 @@ <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="{x:Type controls:TouchToggleButton}"> - <Border Background="{TemplateBinding Property=Background}"> + <Border Background="{TemplateBinding Property=Background}" Padding="{TemplateBinding Padding}"> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CommonStates"> <VisualState Name="Normal"/> |
