diff options
| author | andreykproductengine <andreykproductengine@lindenlab.com> | 2020-01-20 17:50:56 +0200 | 
|---|---|---|
| committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2020-01-20 17:50:56 +0200 | 
| commit | 4975ca42d30b794f289af4ffb6e3166cf3f9bf31 (patch) | |
| tree | f8ce0bf6e3cf807a3e4ba8917b5df55f4ebbf3b9 | |
| parent | d624c3f0d5d3f2667c34059b91a0952cf47cb360 (diff) | |
SL-9699 Enabled word-wrap for 'remember username' checkbox
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_login.xml | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/indra/newview/skins/default/xui/en/panel_login.xml b/indra/newview/skins/default/xui/en/panel_login.xml index 58352509c4..ade004f9d0 100644 --- a/indra/newview/skins/default/xui/en/panel_login.xml +++ b/indra/newview/skins/default/xui/en/panel_login.xml @@ -135,10 +135,11 @@      bottom_delta="21"      height="24"      label="Remember me" +    word_wrap="down"      check_button.bottom="3"      name="remember_name"      tool_tip="Already remembered user can be forgotten from Me > Preferences > Advanced > Remembered Usernames." -    width="145" /> +    width="198" />    <check_box      control_name="RememberPassword"      follows="left|top" | 
