diff --git a/indra/newview/skins/default/xui/en/floater_lightbox_settings.xml b/indra/newview/skins/default/xui/en/floater_lightbox_settings.xml index 0692696b1c28743c4867f81da4221096e470d0c7..cf297a511a7cc3583bd0c1c29523058675df2160 100644 --- a/indra/newview/skins/default/xui/en/floater_lightbox_settings.xml +++ b/indra/newview/skins/default/xui/en/floater_lightbox_settings.xml @@ -179,10 +179,10 @@ name="sharpenmethod_combo" top_pad="-16" width="80"> - <!--<combo_box.item + <combo_box.item label="None" name="sharp_none" - value="0" />--> + value="0" /> <combo_box.item label="CAS" name="sharp_cas" @@ -794,10 +794,20 @@ height="15" left="10" top_pad="4" - width="90" + width="75" layout="topleft" - tool_tip="Controls SMAA Quality" + tool_tip="Controls Anti-Aliasing Quality" value="Anti-Aliasing:" /> + <check_box + follows="left|top" + height="15" + left="115" + top_pad="-14" + width="80" + layout="topleft" + label="Use SMAA" + tool_tip="Toggles using Subpixel Morphological AA instead of Fast Approximate AA. SMAA in most situations results in a less blurry image vs FXAA" + control_name="AlchemyRenderSMAA"/> <combo_box follows="top|left" layout="topleft" @@ -807,13 +817,13 @@ top_pad="-16" max_chars="128" allow_text_entry="false" - tool_tip="Controls SMAA Quality" + tool_tip="Controls Anti-Aliasing Quality" control_name="RenderFSAASamples" name="smaa_combo"> - <!--<combo_box.item + <combo_box.item label="Disable" name="smaa_off" - value="0" />--> + value="0" /> <combo_box.item label="Low (x2)" name="smaa_2"