Skip to content

Commit b895c71

Browse files
committed
Header font size adjusted to 14
1 parent 1279fd8 commit b895c71

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Source/NETworkManager/Resources/Styles/ToogleSwitchStyles.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
xmlns:mah="http://metro.mahapps.com/winfx/xaml/controls">
44
<Style TargetType="{x:Type mah:ToggleSwitch}" BasedOn="{StaticResource MahApps.Metro.Styles.ToggleSwitch.Win10}" >
55
<Setter Property="FontSize" Value="14" />
6-
</Style>
6+
<Setter Property="mah:ControlsHelper.HeaderFontSize" Value="14" />
7+
</Style>
78
<Style x:Key="DefaultToggleSwitch" TargetType="{x:Type mah:ToggleSwitch}" BasedOn="{StaticResource MahApps.Metro.Styles.ToggleSwitch.Win10}" >
89
<Setter Property="FontSize" Value="14" />
910
</Style>

0 commit comments

Comments
 (0)