diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-04-29 13:47:50 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-04-29 13:47:50 +0100 |
commit | 29c2e7ebeca288b051d4851d148b1f82a06d24ef (patch) | |
tree | 19bc39ddfd58720c3a3d35c1a7d573eaec7b618f /indra/newview | |
parent | 93a93dfc92d5339a70f6174ae74b96fc4cb2813f (diff) |
Clip the layout_stack so that the "Leave Call" button isn't seen flying in and out of the floater!
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_voice_controls.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_voice_controls.xml b/indra/newview/skins/default/xui/en/floater_voice_controls.xml index ce81a39fe0..370bc05c28 100644 --- a/indra/newview/skins/default/xui/en/floater_voice_controls.xml +++ b/indra/newview/skins/default/xui/en/floater_voice_controls.xml @@ -90,9 +90,9 @@ width="20" /> </layout_panel> <layout_stack - clip="false" + clip="true" auto_resize="false" - follows="left|right" + follows="left|top|right" height="23" layout="topleft" left="10" |