diff options
author | James Cook <james@lindenlab.com> | 2009-12-15 13:42:53 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-12-15 13:42:53 -0800 |
commit | cb5935fd1bd78d64aea7d33629ee7b95b61c1f90 (patch) | |
tree | ab4ed5414afb8d543178c7189f0325ecb3752e88 /indra/newview/skins/default/xui/en/widgets | |
parent | 1dcea4cb14feaab6feaaa74dea20c15ee390325a (diff) |
EXT-3438 Current location in the Teleport History isn't bolded
Simple XML change
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/teleport_history_menu_item.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/teleport_history_menu_item.xml b/indra/newview/skins/default/xui/en/widgets/teleport_history_menu_item.xml index 6c559aa185..4f574d75d5 100644 --- a/indra/newview/skins/default/xui/en/widgets/teleport_history_menu_item.xml +++ b/indra/newview/skins/default/xui/en/widgets/teleport_history_menu_item.xml @@ -3,6 +3,6 @@ Based on menu_item_call.xml --> <teleport_history_menu_item back_item_font="SansSerif" - current_item_font="SansSerif" + current_item_font="SansSerifBold" forward_item_font="SansSerif" /> |