diff options
author | Callum Prentice <callum@lindenlab.com> | 2023-08-03 18:54:49 -0700 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2023-08-03 18:54:49 -0700 |
commit | 263e097ef7772ddbb69f575e20b31fd801dafc8e (patch) | |
tree | 753b62b2522fde645adec57fcf0255ee6570f1de /indra/newview/skins/default/xui/en | |
parent | c92d6e3f154ca11206a868a29afea0a0ffcc0327 (diff) |
SL-20109: Big clean up. Now supports arbitrary mix of folders and entries for both items and textures. Better logging output
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_bulky_thumbs.xml | 109 |
1 files changed, 55 insertions, 54 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_bulky_thumbs.xml b/indra/newview/skins/default/xui/en/floater_bulky_thumbs.xml index ab34e35dac..e94717f947 100644 --- a/indra/newview/skins/default/xui/en/floater_bulky_thumbs.xml +++ b/indra/newview/skins/default/xui/en/floater_bulky_thumbs.xml @@ -1,56 +1,57 @@ <?xml version="1.0" encoding="utf-8" standalone="yes" ?> <floater - legacy_header_height="18" - can_resize="true" - height="600" - layout="topleft" - min_height="175" - min_width="500" - name="contents" - help_topic="contents" - title="BULKY THUMBS" - width="500"> - <button follows="left|top" - height="20" - label="Paste item info from Inventory" - layout="topleft" - left="10" - name="paste_items_btn" - top="26 " - width="200" /> - - <button follows="left|top" - height="20" - label="Paste texture info from Inventory" - layout="topleft" - left="250" - name="paste_textures_btn" - top="26 " - width="200" /> - - <text_editor - height="510" - follows="top|left|right|bottom" - left="10" - name="inventory_items" - top_pad="10" - width="480"> - </text_editor> - <button follows="left|bottom" - height="20" - label="Merge items and textures" - layout="bottomleft" - left="10" - name="process_bulky_thumbs" - bottom="8" - width="200" /> - - <button follows="left|bottom" - height="20" - label="Write Thumbnails" - layout="bottomleft" - left="250" - name="write_bulky_thumbs" - bottom="8" - width="200" /> -</floater> + legacy_header_height="18" + can_resize="true" + height="600" + layout="topleft" + min_height="175" + min_width="500" + name="contents" + help_topic="contents" + title="BULKY THUMBS" + width="500"> + <button + follows="left|top" + height="20" + label="Paste items from Inventory" + layout="topleft" + left="10" + name="paste_items_btn" + top="26 " + width="200" /> + <button + follows="left|top" + height="20" + label="Paste textures from Inventory" + layout="topleft" + left="250" + name="paste_textures_btn" + top="26 " + width="200" /> + <text_editor + height="510" + follows="top|left|right|bottom" + left="10" + name="output_log" + top_pad="10" + width="480"> + </text_editor> + <button + follows="left|bottom" + height="20" + label="Merge items and textures" + layout="bottomleft" + left="10" + name="merge_items_textures" + bottom="8" + width="200" /> + <button + follows="left|bottom" + height="20" + label="Write Thumbnails" + layout="bottomleft" + left="250" + name="write_items_thumbnails" + bottom="8" + width="200" /> +</floater>
\ No newline at end of file |