Add SettingWindowFont definition to CustomControlTemplate

This commit is contained in:
DB p 2025-04-24 11:25:21 +09:00
parent 25f39f6934
commit 8432fa3b40
2 changed files with 1 additions and 2 deletions

View file

@ -5,6 +5,7 @@
xmlns:ui="http://schemas.modernwpf.com/2019">
<!-- Setting Window Font -->
<FontFamily x:Key="SettingWindowFont">Segoe UI</FontFamily>
<Style TargetType="ui:FontIcon">
<Setter Property="FontFamily" Value="/Resources/#Segoe Fluent Icons" />
</Style>

View file

@ -7,8 +7,6 @@
<converters:BoolToVisibilityConverter x:Key="BoolToVisibilityConverter" />
<converters:TextConverter x:Key="TextConverter" />
<core:TranslationConverter x:Key="TranslationConverter" />
<FontFamily x:Key="SettingWindowFont">Segoe UI</FontFamily>
<!-- Icon for Theme Type Label -->
<Geometry x:Key="circle_half_stroke_solid">F1 M512,512z M0,0z M448,256C448,150,362,64,256,64L256,448C362,448,448,362,448,256z M0,256A256,256,0,1,1,512,256A256,256,0,1,1,0,256z</Geometry>
<Style x:Key="StoreItemFocusVisualStyleKey">