diff options
author | Ansariel Hiller <Ansariel@users.noreply.github.com> | 2025-06-06 03:24:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-06 04:24:48 +0300 |
commit | 2c35cddddd3c68cb97a5e1ed29dcd40c13e3e7ed (patch) | |
tree | a1a53687147b64b89ddcb74f410ae6f39048d9be | |
parent | 8dd3955d78a08b110f737c3250fcbece75c74952 (diff) |
Follow-up fix for bb9adf3: Pressing enter while location spinners have focus now starts a teleport (#4211)
* Follow-up fix for bb9adf332950a6495a41aab8c6c4b2436f83f53e: Pressing enter while location spinners have focus now starts a teleport
* Fix some map controls vanishing if floater height is too small
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_world_map.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_world_map.xml b/indra/newview/skins/default/xui/en/floater_world_map.xml index f948976fc9..0ce64b7a83 100644 --- a/indra/newview/skins/default/xui/en/floater_world_map.xml +++ b/indra/newview/skins/default/xui/en/floater_world_map.xml @@ -455,7 +455,7 @@ <panel follows="right|top|bottom" - height="330" + height="235" top_pad="0" width="238" name="layout_panel_4"> @@ -591,6 +591,13 @@ <scroll_list.commit_callback function="WMap.SearchResult" /> </scroll_list> + </panel> + <panel + follows="right|bottom" + height="95" + top_pad="0" + width="238" + name="layout_panel_7"> <text type="string" length="1" |