diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-03-27 20:13:04 +0200 | 
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-03-11 01:34:27 +0200 | 
| commit | 41db7cb9a54cd94bb846e3119e8414e7906a91e8 (patch) | |
| tree | 6fd837be80008df7c1971ca1a49e5e640d6fb468 | |
| parent | e6f904f5c1a54d70a8b370a13b092a93283ef062 (diff) | |
viewer#1061 Altitudes are invisible in region's environment
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_region_environment.xml | 9 | 
1 files changed, 3 insertions, 6 deletions
| diff --git a/indra/newview/skins/default/xui/en/panel_region_environment.xml b/indra/newview/skins/default/xui/en/panel_region_environment.xml index 6d23592948..6531233696 100644 --- a/indra/newview/skins/default/xui/en/panel_region_environment.xml +++ b/indra/newview/skins/default/xui/en/panel_region_environment.xml @@ -264,8 +264,7 @@                                  top_pad="1"                                  halign="right"                                  name="txt_alt1"> -                            Sky [INDEX] -                            [ALTITUDE]m +                            Sky [INDEX]
[ALTITUDE]m                          </text>                          <line_editor                                  follows="left|top" @@ -310,8 +309,7 @@                                  top_pad="1"                                  halign="right"                                  name="txt_alt2"> -                            Sky [INDEX] -                            [ALTITUDE]m +                            Sky [INDEX]
[ALTITUDE]m                          </text>                          <line_editor                                  follows="left|top" @@ -356,8 +354,7 @@                                  top_pad="1"                                  halign="right"                                  name="txt_alt3"> -                            Sky [INDEX] -                            [ALTITUDE]m +                            Sky [INDEX]
[ALTITUDE]m                          </text>                          <line_editor                                  follows="left|top" | 
