mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
9 lines
279 B
Plaintext
9 lines
279 B
Plaintext
|
|
<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>
|