summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerwindow.cpp
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2016-11-08 01:28:17 +0200
committerAndreyL ProductEngine <alihatskiy@productengine.com>2016-11-08 01:28:17 +0200
commit1ff67ec5124b5b08e1e0d050d06773c9d3c889fc (patch)
treefbed1caede5f503aff3c61a36e2582654a8c31ec /indra/newview/llviewerwindow.cpp
parent07e78807a8b3657ee2303dc22187d858cf8be625 (diff)
MAINT-6914 Increase maximum UI size value to 4.0
Diffstat (limited to 'indra/newview/llviewerwindow.cpp')
-rw-r--r--indra/newview/llviewerwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp
index 4f4b33fa8c..9e68bb78e0 100644
--- a/indra/newview/llviewerwindow.cpp
+++ b/indra/newview/llviewerwindow.cpp
@@ -253,7 +253,7 @@ BOOL gQuietSnapshot = FALSE;
// Minimum value for UIScaleFactor, also defined in preferences, ui_scale_slider
static const F32 MIN_UI_SCALE = 0.75f;
-// 2.0 in preferences, but win10 supports larger scaling and value is used more as
+// 4.0 in preferences, but win10 supports larger scaling and value is used more as
// sanity check, so leaving space for larger values from DPI updates.
static const F32 MAX_UI_SCALE = 7.0f;
static const F32 MIN_DISPLAY_SCALE = 0.75f;