From 92ca569b42947db740390b3b38bf1911e30f3e8f Mon Sep 17 00:00:00 2001 From: Ramzi Linden Date: Tue, 8 Dec 2009 17:30:58 -0800 Subject: EXT-2702 the Group abilities 'Show in Find Places' is mislabeled. Also updated various places that refer to the 1.23 style UI. --- .../newview/skins/default/xui/en/notifications.xml | 2 +- .../newview/skins/default/xui/en/role_actions.xml | 64 +++++++++++----------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index f659062cfe..a07b23d0c3 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -1688,7 +1688,7 @@ This location can play streaming media. Streaming media requires a fast Internet connection. Play streaming media when available? -(You can change this option later under Preferences > Audio & Video.) +(You can change this option later under Preferences > Privacy.) - - - Date: Tue, 8 Dec 2009 18:43:32 -0800 Subject: EXT-2572 - Bottom text on bottom line in nearby chat is clipped --- indra/llui/lltextbase.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp index 2a9515171a..e0503a0844 100644 --- a/indra/llui/lltextbase.cpp +++ b/indra/llui/lltextbase.cpp @@ -2080,6 +2080,8 @@ void LLTextBase::updateRects() } mContentsRect.mTop += mVPad; + // subtract a pixel off the bottom to deal with rounding errors in measuring font height + mContentsRect.mBottom -= 1; S32 delta_pos = -mContentsRect.mBottom; // move line segments to fit new document rect -- cgit v1.2.3 From cefa8e4f54e4aa1b8d23fcdc4240219c266b568b Mon Sep 17 00:00:00 2001 From: Lis Pardi Date: Wed, 9 Dec 2009 11:28:56 -0500 Subject: EXT-2980 make back button in nav bar match spec --- .../skins/default/xui/en/widgets/teleport_history_menu_item.xml | 6 +----- 1 file changed, 1 insertion(+), 5 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 eaa68f5690..6c559aa185 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,10 +3,6 @@ Based on menu_item_call.xml --> -- cgit v1.2.3