diff options
| author | Justin Rounds <chuck@lindenlab.com> | 2009-10-13 20:31:02 +0000 | 
|---|---|---|
| committer | Justin Rounds <chuck@lindenlab.com> | 2009-10-13 20:31:02 +0000 | 
| commit | 4c72e81d7e6f98c2626203a939e25489a48d2cb7 (patch) | |
| tree | e0fcea2202dacb9fd895fd28296935a05ff9d32d | |
| parent | d514ed274210e8373aff63f29bcfe33a5e98db96 (diff) | |
Reduced "Medium" font size, which is a temporary fix until menu font can be defined specifically. http://jira.secondlife.com/browse/EXT-1315
| -rw-r--r-- | indra/newview/skins/default/xui/en/fonts.xml | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/indra/newview/skins/default/xui/en/fonts.xml b/indra/newview/skins/default/xui/en/fonts.xml index dec9839d1a..b261281c64 100644 --- a/indra/newview/skins/default/xui/en/fonts.xml +++ b/indra/newview/skins/default/xui/en/fonts.xml @@ -150,9 +150,11 @@  	     comment="Size of large font (points, or 1/72 of an inch)"  	     size="10.0"  	     /> +	     <!-- Changed Medium size to address menu font size not matching spec. +	     May want to revert/update after menu font configuration has been enabled. -->    <font_size name="Medium"  	     comment="Size of medium font (points, or 1/72 of an inch)" -	     size="9.0" +	     size="8.0"  	     />    <font_size name="Small"  	     comment="Size of small font (points, or 1/72 of an inch)" | 
