diff options
| author | Dave Parks <davep@lindenlab.com> | 2012-11-26 13:22:25 -0600 | 
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2012-11-26 13:22:25 -0600 | 
| commit | 4aa818055e04739dd0177b9e06e6edea62bf0981 (patch) | |
| tree | 14061c73b79784b967295aacfd2909338281db71 /indra | |
| parent | 0820124beedfc5d220eafc0cb865988f68864c4c (diff) | |
MAINT-1950 Add hashmarks to detail slider and put "Ultra" back in setGraphicsLevel
Reviewed by Simon
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llfeaturemanager.cpp | 4 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml | 43 | 
2 files changed, 38 insertions, 9 deletions
| diff --git a/indra/newview/llfeaturemanager.cpp b/indra/newview/llfeaturemanager.cpp index 6f11d4d4ca..b211027d54 100644 --- a/indra/newview/llfeaturemanager.cpp +++ b/indra/newview/llfeaturemanager.cpp @@ -720,7 +720,9 @@ void LLFeatureManager::setGraphicsLevel(S32 level, bool skipFeatures)  			maskFeatures("High");  			maskFeatures("Class5");  			break; -		 +		case 6: +			maskFeatures("Ultra"); +			break;  		default:  			maskFeatures("Low");  			maskFeatures("Class0"); 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 f7666bdc4c..849f3ef73d 100644 --- a/indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml +++ b/indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml @@ -55,30 +55,57 @@       name="LowGraphicsDivet"       top_delta="-2"       width="2" /> +  <icon +     color="0.12 0.12 0.12 1" +     height="14" +     image_name="Rounded_Square" +     layout="topleft" +     left_pad="41" +     name="LowMidraphicsDivet" +     top_delta="-2" +     width="2" />      <icon       color="0.12 0.12 0.12 1"       height="14"       image_name="Rounded_Square"       layout="topleft" -     left_pad="83" +     left_pad="41"       name="MidGraphicsDivet"       top_delta="0"       width="2" /> +  <icon +     color="0.12 0.12 0.12 1" +     height="14" +     image_name="Rounded_Square" +     layout="topleft" +     left_pad="41" +     name="MidHighGraphicsDivet" +     top_delta="0" +     width="2" />      <icon       color="0.12 0.12 0.12 1"       height="14"       image_name="Rounded_Square"       layout="topleft" -     left_pad="85" +     left_pad="41"       name="HighGraphicsDivet"       top_delta="0"       width="2" /> +  <icon +     color="0.12 0.12 0.12 1" +     height="14" +     image_name="Rounded_Square" +     layout="topleft" +     left_pad="41" +     name="HighUltraGraphicsDivet" +     top_delta="0" +     width="2" />      <icon       color="0.12 0.12 0.12 1"       height="14"       image_name="Rounded_Square"       layout="topleft" -     left_pad="83" +     left_pad="41"       name="UltraGraphicsDivet"       top_delta="0"       width="2" /> @@ -91,7 +118,7 @@       initial_value="0"       layout="topleft"       left="120" -     max_val="3" +     max_val="6"       name="QualityPerformanceSelection"       show_text="false"       top_delta="-2" @@ -120,12 +147,12 @@       height="12"       layout="topleft"       left_delta="87" -     name="ShadersPrefText2" +     name="ShadersPrefText3"       top_delta="0"       width="80">          Mid      </text> -    <text +  <text       type="string"       length="1"       follows="left|top" @@ -136,8 +163,8 @@       name="ShadersPrefText3"       top_delta="0"       width="80"> -        High -    </text> +      High +  </text>      <text       type="string"       length="1" | 
