summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2021-11-10 13:02:18 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2021-11-10 13:02:18 +0200
commit7c561ca1c7732d1d95562069565f605f46e8c9e3 (patch)
tree92df657dca55277b1eb94b34cba77f177bf6363f /indra/newview
parent768b7a4d33b64dc3e9d7f7c0c384bb2aa37b458b (diff)
SL-16330 move VSync checkbox to General group
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/skins/default/xui/en/floater_preferences_graphics_advanced.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_preferences_graphics_advanced.xml b/indra/newview/skins/default/xui/en/floater_preferences_graphics_advanced.xml
index cba75e8ea7..4f355cce00 100644
--- a/indra/newview/skins/default/xui/en/floater_preferences_graphics_advanced.xml
+++ b/indra/newview/skins/default/xui/en/floater_preferences_graphics_advanced.xml
@@ -102,6 +102,18 @@
Low
</text>
+ <check_box
+ control_name="RenderVSyncEnable"
+ height="16"
+ initial_value="true"
+ label="Enable VSync"
+ layout="topleft"
+ left="30"
+ top_delta="16"
+ name="vsync"
+ tool_tip="Synchronizes the frame rate to the refresh rate of the monitor, which results in smooth performance."
+ width="315" />
+
<text
type="string"
length="1"
@@ -334,18 +346,6 @@
width="256" />
<check_box
- control_name="RenderVSyncEnable"
- height="16"
- initial_value="true"
- label="Enable VSync"
- layout="topleft"
- left="30"
- top_delta="16"
- name="vsync"
- tool_tip="Synchronizes the frame rate to the refresh rate of the monitor, which results in smooth performance."
- width="315" />
-
- <check_box
control_name="RenderCompressTextures"
height="16"
initial_value="true"