diff options
author | Erica <erica@lindenlab.com> | 2009-11-10 17:17:26 -0800 |
---|---|---|
committer | Erica <erica@lindenlab.com> | 2009-11-10 17:17:26 -0800 |
commit | e2a0e9426f3ce81cf65e576a4e8bc787483bb26a (patch) | |
tree | 5b9e4afcbc232fef179ce0e9797cb95fcbbd692b /indra/newview/skins/default/xui/en/fonts.xml | |
parent | 5f5a5b12eda3f9bd7c2c86961dbe1753c1f21f0b (diff) |
pushing changes to named font sizes prior to hardcoded font removal
Diffstat (limited to 'indra/newview/skins/default/xui/en/fonts.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/fonts.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/fonts.xml b/indra/newview/skins/default/xui/en/fonts.xml index f3da62a896..ebbb53729d 100644 --- a/indra/newview/skins/default/xui/en/fonts.xml +++ b/indra/newview/skins/default/xui/en/fonts.xml @@ -144,18 +144,18 @@ /> <font_size name="Huge" comment="Size of huge font (points, or 1/72 of an inch)" - size="15.0" + size="16.0" /> <font_size name="Large" comment="Size of large font (points, or 1/72 of an inch)" - size="10.0" + size="10.6" /> <font_size name="Medium" comment="Size of medium font (points, or 1/72 of an inch)" - size="9.0" + size="8.6" /> <font_size name="Small" comment="Size of small font (points, or 1/72 of an inch)" - size="7.8" + size="7.6" /> </fonts> |