diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-11-14 22:01:53 +0200 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-11-14 22:01:53 +0200 |
commit | 6c7fabdec76eda60fa27640d115e06e2bbfc12e4 (patch) | |
tree | f442075a3ad98ab9f6ee492d871c97ae95ba94b7 /indra/newview/llviewerwindow.cpp | |
parent | 950a6007db565832caa52b85194a6ca924d1b5ac (diff) | |
parent | 7b356a0011eab4fc282c35da4b25c66ed164663f (diff) |
Merged in lindenlab/viewer-bear
Diffstat (limited to 'indra/newview/llviewerwindow.cpp')
-rw-r--r-- | indra/newview/llviewerwindow.cpp | 2 |
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; |