diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-10-03 20:49:08 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-10-03 20:49:08 +0300 |
commit | 0bd3560b3e057f7ca74f4d586a02a29235d46489 (patch) | |
tree | 2239f6a5aba54caff7b2ff1dab1a2c81cca570bd /indra | |
parent | 0bbe44c4b9df591ecfc451652b79cacb9087276d (diff) |
SL-18273 add VSync checkbox to Preferred frame rate pane
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_performance_autoadjustments.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_performance_autoadjustments.xml b/indra/newview/skins/default/xui/en/panel_performance_autoadjustments.xml index 10ac4b98b7..4c2061bc60 100644 --- a/indra/newview/skins/default/xui/en/panel_performance_autoadjustments.xml +++ b/indra/newview/skins/default/xui/en/panel_performance_autoadjustments.xml @@ -153,6 +153,49 @@ bevel_style="in" height="0" layout="topleft" + name="border_vsync" + top_pad="20" + left="20" + width="540"/> + <text + follows="left|top" + font="SansSerifSmall" + text_color="White" + height="18" + layout="topleft" + left="20" + top_pad="20" + name="vsync_desc" + width="580"> + Synchronize the refresh rate and frame rate of a monitor, + </text> + <text + follows="left|top" + font="SansSerifSmall" + text_color="White" + height="18" + layout="topleft" + top_pad="3" + left="20" + name="vsync_desc2" + width="580"> + which can result in smoother performance. + </text> + <check_box + control_name="RenderVSyncEnable" + height="16" + initial_value="true" + label="Enable VSync" + label_text.text_color="White" + layout="topleft" + top_pad="15" + name="vsync" + tool_tip="Enable Vertical synchronization to reduce screen tearing and stuttering." + width="315" /> + <view_border + bevel_style="in" + height="0" + layout="topleft" name="border1" top_pad="20" left="20" |