diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-03-27 20:13:04 +0200 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-03-27 20:55:59 +0200 |
commit | cc68803f24d231b89061d855f7bbfe99b99740b9 (patch) | |
tree | 8ceaabd5704bb551c09990bb43e11d889226531a | |
parent | bcb5210f6b51b65174425849fbe4cbc53e424c8d (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 0b3639f779..67eb8f2ca9 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" |