diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-12-02 12:03:24 -0800 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-12-02 12:03:24 -0800 |
commit | 4d14bb02b908c37f73e915af811027c1d193b667 (patch) | |
tree | 912f1bfc851952432be1e30698bd405ee4a7782b /indra/newview/skins/default/xui/en/floater_camera.xml | |
parent | 31029babe2f9f6eb3fc3205da93c1eccd7a74ed4 (diff) |
EXP-1451 FIX -- I want to put my NEARBY CHAT window at the bottom left, but then it obscures chatted text.
I repositioned the chat, move and camera floaters. Chat toasts now start 80 up from the bottom left rather than 10.
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_camera.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_camera.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_camera.xml b/indra/newview/skins/default/xui/en/floater_camera.xml index c9b24bf325..21fcc50f6e 100644 --- a/indra/newview/skins/default/xui/en/floater_camera.xml +++ b/indra/newview/skins/default/xui/en/floater_camera.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8" standalone="yes" ?> <floater open_positioning="specified" - specified_left="320" + specified_left="458" specified_bottom="80" legacy_header_height="18" can_minimize="true" |