diff options
author | Yuzuru Jewell <46077079+YuzuruJewell@users.noreply.github.com> | 2023-11-24 20:06:23 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-24 13:06:23 +0200 |
commit | 06c2c87bfaf364cb358b8a4b194e6369531a63c6 (patch) | |
tree | 52f5ce0cb5e8a80830eda72bdcabc4c6c91c0899 /indra/newview/skins/default/xui/en/panel_online_status_toast.xml | |
parent | c81c15b74137e1471c6c1d95c421d3d69fe99fd4 (diff) |
Suggestions for fixing problems in xui/en XML files (#534)
Co-authored-by: Yuzuru Kato <pascal.imac@gmail.com>
Co-authored-by: Andrey Lihatskiy <alihatskiy@productengine.com>
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_online_status_toast.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_online_status_toast.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_online_status_toast.xml b/indra/newview/skins/default/xui/en/panel_online_status_toast.xml index dadbd9c9ab..9819d2008b 100644 --- a/indra/newview/skins/default/xui/en/panel_online_status_toast.xml +++ b/indra/newview/skins/default/xui/en/panel_online_status_toast.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<?xml version="1.0" encoding="utf-8" standalone="yes"?> <panel background_visible="false" height="40" @@ -32,4 +32,4 @@ width="189" word_wrap="true" max_length="350" /> -</panel>
\ No newline at end of file +</panel> |