diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-05-30 22:51:35 +0300 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-05-30 22:51:35 +0300 |
commit | 19084baefd90a8dd298e123e28c22fa0f2e440e0 (patch) | |
tree | c43c5f47dd0cde3334e196533df6ce1ee3b64e86 /indra/newview/skins/default | |
parent | c213ab64c52ebb548c9561cfc56950ea3fd4ed6a (diff) |
STORM-1244 Minor visual changes in the Environment Settings floater.
* Changed title.
* Added hints at the top.
* Minor layout fixes.
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_environment_settings.xml | 36 |
1 files changed, 30 insertions, 6 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_environment_settings.xml b/indra/newview/skins/default/xui/en/floater_environment_settings.xml index 48c8bc75d1..fc509b8c59 100644 --- a/indra/newview/skins/default/xui/en/floater_environment_settings.xml +++ b/indra/newview/skins/default/xui/en/floater_environment_settings.xml @@ -6,9 +6,33 @@ name="Environment Editor Floater" help_topic="environment_editor_floater" save_rect="true" - title="ENVIRONMENT EDITOR" + title="ENVIRONMENT SETTINGS" width="540"> - + + <text + follows="top|left|right" + height="15" + layout="topleft" + left="20" + name="note" + top="25" + width="510" + wrap="true"> + Use the options below to customize the environment settings for your viewer. + </text> + <text + follows="top|left|right" + font="SansSerifItalic" + height="15" + layout="topleft" + left_delta="0" + name="note" + top_pad="-" + width="510" + wrap="true"> + Note: if you choose to use your own settings, they will not be visible to other users. + </text> + <view_border bevel_style="none" follows="top|left" @@ -16,7 +40,7 @@ layout="topleft" left="20" name="border" - top="38" + top_pad="8" width="500"/> <radio_group follows="top|left" @@ -43,7 +67,7 @@ left="50" name="user_environment_settings" top_pad="0" - width="500"> + width="470"> <!-- Water Setting --> <text @@ -122,9 +146,9 @@ height="23" label="OK" layout="topleft" - right="-160" + right="-130" name="ok_btn" - top_pad="20" + top_pad="10" width="100" /> <button follows="left|top" |