diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-17 23:37:22 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-17 23:37:22 +0200 |
commit | 6ea8e9d7163f2d8d0b71f262e445a993b3c3aea1 (patch) | |
tree | 2343e44acc9b5fe988bd5b20bcf4c46e1c739cf3 /indra/newview | |
parent | 69f6caac73d406b0f0fe9b913e9d2f439677b279 (diff) |
SL-19108 Build fix
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/CMakeLists.txt | 4 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_change_item_thumbnail.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index da9c9c5320..c570052908 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -233,7 +233,7 @@ set(viewer_SOURCE_FILES llfloaterbuyland.cpp llfloatercamera.cpp llfloatercamerapresets.cpp - llfloaterchangeitemthumbnail.cpp + llfloaterchangeitemthumbnail.cpp llfloaterchatvoicevolume.cpp llfloaterclassified.cpp llfloatercolorpicker.cpp @@ -873,7 +873,7 @@ set(viewer_HEADER_FILES llfloaterbuycurrencyhtml.h llfloaterbuyland.h llfloatercamerapresets.h - llfloaterchangeitemthumbnail.h + llfloaterchangeitemthumbnail.h llfloatercamera.h llfloaterchatvoicevolume.h llfloaterclassified.h diff --git a/indra/newview/skins/default/xui/en/floater_change_item_thumbnail.xml b/indra/newview/skins/default/xui/en/floater_change_item_thumbnail.xml index c30a3ba761..97c6ecee20 100644 --- a/indra/newview/skins/default/xui/en/floater_change_item_thumbnail.xml +++ b/indra/newview/skins/default/xui/en/floater_change_item_thumbnail.xml @@ -38,7 +38,7 @@ height="16" image_name="Inv_Object" layout="topleft" - left="5" + left="7" mouse_opaque="true" name="item_type_icon" top="4" @@ -51,7 +51,7 @@ height="19" layout="topleft" top_delta="-1" - left_pad="5" + left_pad="3" max_length_bytes="127" name="item_name" width="286" |