diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-08 17:43:49 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-08 17:43:49 +0200 |
commit | e06c322971aeba9a065efb6f53139010243aa428 (patch) | |
tree | 0d318b3c5ffa1855453aa9867f2a9975a0cc3639 /indra/newview/skins | |
parent | 83cd767b2403a99f1e558c959ded65846bb8c1af (diff) |
SL-19134 Multiline description field
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/sidepanel_item_info.xml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/indra/newview/skins/default/xui/en/sidepanel_item_info.xml b/indra/newview/skins/default/xui/en/sidepanel_item_info.xml index 7fb9fb828d..8b0f8f7550 100644 --- a/indra/newview/skins/default/xui/en/sidepanel_item_info.xml +++ b/indra/newview/skins/default/xui/en/sidepanel_item_info.xml @@ -183,7 +183,7 @@ TestString PleaseIgnore name="layout_item_description" layout="topleft" follows="all" - height="61"> + height="84"> <text type="string" length="1" @@ -196,19 +196,23 @@ TestString PleaseIgnore width="78"> Description: </text> - <line_editor + <text_editor + text_type="ascii_printable_no_pipe" + commit_on_focus_lost="true" border_style="line" border_thickness="1" - follows="left|top|right" + word_wrap="true" + use_ellipses="false" + follows="all" layout="topleft" left="5" top_pad="5" right="-5" - height="23" - max_length_bytes="127" + height="46" + max_length="127" name="LabelItemDesc" tool_tip="When people have 'Hover Tips on All Objects' selected in the viewer's settings, they'll see the object description pop-up for any object under their mouse pointer. The prim description is limited to 127 bytes any string longer then that will be truncated." /> - + <text type="string" length="1" |