diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-10-29 00:27:47 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-10-29 00:27:47 +0300 |
commit | c61224bef22686c4e6f5b4a6af9acbeb27d561ab (patch) | |
tree | be00801c20c7ecee3056009c4fc01331b84b8929 /indra/newview/skins | |
parent | 6d0fcc0e616ff58f4a83bc3730374c5509ee959a (diff) |
SL-17699 Hide pipette for material picker
At the moment there is no specification how it should work, it can't work like it does for textures due to material overrides.
Also removed some dead code
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_texture_ctrl.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_texture_ctrl.xml b/indra/newview/skins/default/xui/en/floater_texture_ctrl.xml index 0cb69137e3..18631c3ae7 100644 --- a/indra/newview/skins/default/xui/en/floater_texture_ctrl.xml +++ b/indra/newview/skins/default/xui/en/floater_texture_ctrl.xml @@ -275,19 +275,6 @@ name="BAKED_AUX3" value="10" /> </combo_box> - <check_box - follows="left|top" - height="20" - initial_value="false" - label="Hide Base Mesh Region" - -layout="topleft" - name="hide_base_mesh_region" - left_delta="0" - top_pad="10" - top_delta="0" - width="120" - visible="false"/> <!-- bottom static --> <button follows="bottom" |