diff options
| author | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-06-02 19:25:01 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-06-03 20:42:44 +0300 |
| commit | d8f2aac578f4b1c1376da8be2ed6ee2eed85d100 (patch) | |
| tree | 826d3a10e3bf2a0b279a83cf11f1c6aa47241305 | |
| parent | 12d1e6850b5e1b2632137c29301feb3faaf0a341 (diff) | |
#5877 Fix truncated Favorites bar text
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_navigation_bar.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_navigation_bar.xml b/indra/newview/skins/default/xui/en/panel_navigation_bar.xml index 4d924a6c24..fcfd2357b5 100644 --- a/indra/newview/skins/default/xui/en/panel_navigation_bar.xml +++ b/indra/newview/skins/default/xui/en/panel_navigation_bar.xml @@ -196,8 +196,8 @@ text_color="LtGray" tool_tip="Drag Landmarks here for quick access to your favorite places in Second Life!" top="13" - valign="bottom" - width="290"> + valign="bottom" + width="310"> Places you save to your favorites bar will appear here. </label> <!-- More button actually is a text box. --> |
