diff options
author | Lis Pardi <lis@lindenlab.com> | 2009-11-24 15:23:11 -0500 |
---|---|---|
committer | Lis Pardi <lis@lindenlab.com> | 2009-11-24 15:23:11 -0500 |
commit | 724950bac94d1615fe3ea9bd1e9a163473871477 (patch) | |
tree | 42da02d8e456b717c63399804d08dcebd9fde407 /indra/newview | |
parent | 95e123ae41b72a901096aa2c6ab397b177c4d80e (diff) |
ext-2557 buttons should not be bolded -- changing default button size from SansSerifMedium to SansSerifSmall
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/button.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/button.xml b/indra/newview/skins/default/xui/en/widgets/button.xml index 7c54e618ef..28ed560543 100644 --- a/indra/newview/skins/default/xui/en/widgets/button.xml +++ b/indra/newview/skins/default/xui/en/widgets/button.xml @@ -15,6 +15,7 @@ image_color="ButtonImageColor" image_color_disabled="ButtonImageColor" flash_color="ButtonFlashBgColor" + font="SansSerifSmall" hover_glow_amount="0.15" halign="center" scale_image="true"> |