Correct the Header Font Size naming and simplify the creation of the Selected Apps Button

This commit is contained in:
Marterich
2025-03-09 15:36:18 +01:00
parent d215d0fc2c
commit f361c43dcc
5 changed files with 10 additions and 21 deletions

View File

@ -202,7 +202,7 @@
<Setter Property="Foreground" Value="{DynamicResource LabelboxForegroundColor}"/>
<Setter Property="Background" Value="{DynamicResource MainBackgroundColor}"/>
<Setter Property="FontFamily" Value="{DynamicResource HeaderFontFamily}"/>
<Setter Property="FontSize" Value="{DynamicResource FontSizeHeading}"/>
<Setter Property="FontSize" Value="{DynamicResource HeaderFontSize}"/>
<Setter Property="HorizontalAlignment" Value="Stretch"/>
<Setter Property="VerticalAlignment" Value="Center"/>
<Setter Property="HorizontalContentAlignment" Value="Left"/>