diff options
author | Erica Olsen <erica@lindenlab.com> | 2009-08-31 05:21:50 +0000 |
---|---|---|
committer | Erica Olsen <erica@lindenlab.com> | 2009-08-31 05:21:50 +0000 |
commit | 6dbef5f2a41d5ee974b808b8e863d4f973dfa2c3 (patch) | |
tree | 3d8a01ff17c65267ec9646aa8fa8c0cf3c704596 /indra/newview/skins/default/xui/en/floater_hardware_settings.xml | |
parent | a1ed9ccf7330354d5df5083b44643f2a7e56b748 (diff) |
Standardized layouts, changed commitment model labels to ok/cancel, modernized advanced floaters.
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_hardware_settings.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_hardware_settings.xml | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_hardware_settings.xml b/indra/newview/skins/default/xui/en/floater_hardware_settings.xml index 19fba52500..b7733c6388 100644 --- a/indra/newview/skins/default/xui/en/floater_hardware_settings.xml +++ b/indra/newview/skins/default/xui/en/floater_hardware_settings.xml @@ -13,7 +13,7 @@ layout="topleft" left="10" name="Filtering:" - top="30" + top="20" width="128"> Filtering: </text> @@ -34,20 +34,20 @@ layout="topleft" left="10" name="Antialiasing:" - top="49" + top_pad="7" width="128"> Antialiasing: </text> <combo_box control_name="RenderFSAASamples" - height="16" + height="22" initial_value="false" label="Antialiasing" layout="topleft" left_pad="10" name="fsaa" top_delta="0" - width="64"> + width="130"> <combo_box.item label="Disabled" name="FSAADisabled" @@ -82,7 +82,7 @@ left="10" max_val="2" name="gamma" - top="70" + top_pad="7" width="202" /> <text type="string" @@ -94,17 +94,17 @@ name="(brightness, lower is brighter)" top_delta="2" width="315"> - (brightness, lower is brighter, 0=use default) + (brightness, lower = brighter, 0 = default) </text> <text type="string" length="1" follows="left|top" - height="12" + height="16" layout="topleft" left="10" name="Enable VBO:" - top="92" + top_pad="10" width="128"> Enable VBO: </text> @@ -117,13 +117,12 @@ left_pad="10" name="vbo" tool_tip="Enabling this on modern hardware gives a performance gain. However, older hardware often has poor implementations of VBOs and you may get crashes when this is enabled." - top_delta="1" width="315" /> <slider control_name="TextureMemory" decimal_digits="0" follows="left|top" - height="16" + height="20" increment="16" initial_value="32" label="Texture Memory (MB):" @@ -133,13 +132,13 @@ max_val="4096" name="GrapicsCardTextureMemory" tool_tip="Amount of memory to allocate for textures. Defaults to Video Card Memory. Reducing this may improve performance but may also make textures blurry." - top="114" + top_pad="10" width="300" /> <spinner control_name="RenderFogRatio" decimal_digits="1" follows="left|top" - height="16" + height="22" initial_value="4" label="Fog Distance Ratio:" label_width="138" @@ -148,16 +147,16 @@ max_val="10" min_val="0.5" name="fog" - top_pad="8" + top_pad="7" width="202" /> <button follows="right|bottom" - height="20" + height="22" label="OK" label_selected="OK" layout="topleft" - left="-110" + left="-102" name="OK" - top="194" + top="192" width="90" /> </floater> |