We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1279fd8 commit b895c71Copy full SHA for b895c71
1 file changed
Source/NETworkManager/Resources/Styles/ToogleSwitchStyles.xaml
@@ -3,7 +3,8 @@
3
xmlns:mah="http://metro.mahapps.com/winfx/xaml/controls">
4
<Style TargetType="{x:Type mah:ToggleSwitch}" BasedOn="{StaticResource MahApps.Metro.Styles.ToggleSwitch.Win10}" >
5
<Setter Property="FontSize" Value="14" />
6
- </Style>
+ <Setter Property="mah:ControlsHelper.HeaderFontSize" Value="14" />
7
+ </Style>
8
<Style x:Key="DefaultToggleSwitch" TargetType="{x:Type mah:ToggleSwitch}" BasedOn="{StaticResource MahApps.Metro.Styles.ToggleSwitch.Win10}" >
9
10
</Style>
0 commit comments