blob: d7e392f094b233e0dab55f138cfb3046da74908b (
plain)
1
2
3
4
5
6
7
8
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:sys="clr-namespace:System;assembly=mscorlib"
xmlns:local="clr-namespace:Tango.PPC.UI.Resources">
<sys:Double x:Key="TangoKeyboardFontSize">20</sys:Double>
</ResourceDictionary>
|