1
0
Fork 0
fgdata/gui/dialogs/fps.xml
Richard Harrison 08fd851489 Theme rework.
Change fonts; make use of the new feature to allow fonts to be specified using property from dialog xml.

Ensure that all fonts are defined within the style.
2017-11-12 16:57:39 +01:00

30 lines
568 B
XML

<?xml version="1.0"?>
<PropertyList>
<name>fps</name>
<x>-2</x>
<y>2</y>
<layout>hbox</layout>
<default-padding>2</default-padding>
<font>
<property>sim/gui/selected-style/fonts/gui-small</property>
</font>
<color>
<red>0</red>
<green>0</green>
<blue>0</blue>
<alpha>0</alpha>
</color>
<text>
<label>000</label>
<property>/sim/frame-rate</property>
<format>%3.0f</format>
<live>true</live>
<color>
<red>0.9</red>
<green>0.4</green>
<blue>0.2</blue>
<alpha>1</alpha>
</color>
</text>
</PropertyList>