diff options
author | McCabe Maxsted | 2009-12-26 10:55:50 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-12-26 10:55:50 -0700 |
commit | 855d3e5467c6e3d424f214bcdbbc9f32ebf4e08a (patch) | |
tree | d95aa2f6ab3e34b4d50c6eafb4559a4b2f605173 | |
parent | Added copy key button to profile window (diff) | |
download | meta-impy-855d3e5467c6e3d424f214bcdbbc9f32ebf4e08a.zip meta-impy-855d3e5467c6e3d424f214bcdbbc9f32ebf4e08a.tar.gz meta-impy-855d3e5467c6e3d424f214bcdbbc9f32ebf4e08a.tar.bz2 meta-impy-855d3e5467c6e3d424f214bcdbbc9f32ebf4e08a.tar.xz |
Use Liberation-Sans font sizes
-rw-r--r-- | ChangeLog.txt | 5 | ||||
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/fonts.xml | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 25b6497..2d075cc 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,5 +1,10 @@ | |||
1 | 2009-12-26 McCabe Maxsted <hakushakukun@gmail.com> | 1 | 2009-12-26 McCabe Maxsted <hakushakukun@gmail.com> |
2 | 2 | ||
3 | * Use Liberation-Sans font sizes. | ||
4 | |||
5 | modified: linden/indra/newview/skins/default/xui/en-us/fonts.xml | ||
6 | |||
7 | |||
3 | * Added copy key button to profile window. | 8 | * Added copy key button to profile window. |
4 | 9 | ||
5 | modified: linden/indra/newview/llpanelavatar.cpp | 10 | modified: linden/indra/newview/llpanelavatar.cpp |
diff --git a/linden/indra/newview/skins/default/xui/en-us/fonts.xml b/linden/indra/newview/skins/default/xui/en-us/fonts.xml index b6496a9..f9c5926 100644 --- a/linden/indra/newview/skins/default/xui/en-us/fonts.xml +++ b/linden/indra/newview/skins/default/xui/en-us/fonts.xml | |||
@@ -86,23 +86,23 @@ | |||
86 | 86 | ||
87 | <font_size name="Monospace" | 87 | <font_size name="Monospace" |
88 | comment="Size for monospaced font (points, or 1/72 of an inch)" | 88 | comment="Size for monospaced font (points, or 1/72 of an inch)" |
89 | size="9.0" | 89 | size="8.0" |
90 | /> | 90 | /> |
91 | <font_size name="Huge" | 91 | <font_size name="Huge" |
92 | comment="Size of huge font (points, or 1/72 of an inch)" | 92 | comment="Size of huge font (points, or 1/72 of an inch)" |
93 | size="16.0" | 93 | size="15.2" |
94 | /> | 94 | /> |
95 | <font_size name="Large" | 95 | <font_size name="Large" |
96 | comment="Size of large font (points, or 1/72 of an inch)" | 96 | comment="Size of large font (points, or 1/72 of an inch)" |
97 | size="12.0" | 97 | size="11.5" |
98 | /> | 98 | /> |
99 | <font_size name="Medium" | 99 | <font_size name="Medium" |
100 | comment="Size of medium font (points, or 1/72 of an inch)" | 100 | comment="Size of medium font (points, or 1/72 of an inch)" |
101 | size="10.0" | 101 | size="9.5" |
102 | /> | 102 | /> |
103 | <font_size name="Small" | 103 | <font_size name="Small" |
104 | comment="Size of small font (points, or 1/72 of an inch)" | 104 | comment="Size of small font (points, or 1/72 of an inch)" |
105 | size="9" | 105 | size="8.5" |
106 | /> | 106 | /> |
107 | </fonts> | 107 | </fonts> |
108 | 108 | ||