mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add SettingWindowFont definition to CustomControlTemplate
This commit is contained in:
parent
25f39f6934
commit
8432fa3b40
2 changed files with 1 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue