Files
PowerToys/src/settings-ui/Microsoft.PowerToys.Settings.UI/Styles/_FontSizes.xaml

9 lines
279 B
Plaintext
Raw Normal View History

2020-03-11 10:43:32 -07:00
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<x:Double x:Key="LargeFontSize">24</x:Double>
<x:Double x:Key="MediumFontSize">16</x:Double>
</ResourceDictionary>