diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-05-23 21:43:32 +0300 | 
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-05-23 21:43:32 +0300 | 
| commit | 204cc30e6382e6b779dc2183c41fd8392c1a9e6d (patch) | |
| tree | 672067c8811a1fcc000d6ebc1b65a4a272297531 /indra | |
| parent | a9746a36a6121e4b585bc23757f7977045d68749 (diff) | |
SL-19754 Expose the new exposure setting in basic Preferences
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml | 19 | 
1 files changed, 19 insertions, 0 deletions
| diff --git a/indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml b/indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml index 74a44b6b09..fe74cea2f1 100644 --- a/indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml +++ b/indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml @@ -315,6 +315,25 @@ width="120">        function="Pref.RenderExceptions"/>    </button> +  <slider +    control_name="RenderExposure" +    decimal_digits="1" +    follows="left|top" +    height="16" +    increment="0.1" +    initial_value="160" +    label="Brightness (exposure)" +    label_width="145" +    layout="topleft" +    left="30" +    min_val="0.5" +    max_val="1.5" +    name="RenderExposure" +    show_text="true" +    top_pad="14" +    width="260"> +  </slider> +  <!-- End of Basic Settings block -->    <button | 
