diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2020-01-20 16:59:27 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2020-01-20 17:08:13 +0200 |
commit | d624c3f0d5d3f2667c34059b91a0952cf47cb360 (patch) | |
tree | 945a704feacda01a470353bb6c02c6e497ece04c /indra/newview/skins/default | |
parent | c5be566a6fbf121d1ca140586a02cda18f83b11b (diff) |
SL-12595 The checkbox overlaps buttons in the 'Delete selected item?' notification
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_login.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_login.xml b/indra/newview/skins/default/xui/en/panel_login.xml index eab53c9985..58352509c4 100644 --- a/indra/newview/skins/default/xui/en/panel_login.xml +++ b/indra/newview/skins/default/xui/en/panel_login.xml @@ -148,11 +148,10 @@ left="408" bottom_delta="0" label="Remember password" - label_text.word_wrap="true" - label_text.width="150" + word_wrap="down" check_button.bottom="3" name="remember_password" - width="170" /> + width="165" /> <combo_box allow_text_entry="false" font="SansSerifTiny" |