diff options
author | Richard Linden <none@none> | 2012-02-24 16:54:54 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2012-02-24 16:54:54 -0800 |
commit | 0fc6c5df969681659b1cc20bf06e9b1f8708d7a4 (patch) | |
tree | 028579f5d7de45886c9b7c47266ed3df5cb73b3b /indra/newview/skins/default/xui/en/floater_voice_controls.xml | |
parent | f4a122b6d72bdc2dc482fb04475703ffa5a00219 (diff) |
EXP-1181 FIX As a designer, I would like to specify default floater positions using relative coordinates
floaters given specified positions will stay in that location
floaters that stack will treat that as a specified position
moving any floater will switch to relative positioning mode
cleaned up some XUI where widgets were relying on a default height of 10 pixels
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_voice_controls.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_voice_controls.xml | 2 |
1 files changed, 1 insertions, 1 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 cea19ec75c..2afc7fd3d1 100644 --- a/indra/newview/skins/default/xui/en/floater_voice_controls.xml +++ b/indra/newview/skins/default/xui/en/floater_voice_controls.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8" standalone="yes" ?> <floater - open_positioning="cascading" + positioning="cascading" can_resize="true" can_minimize="true" can_close="true" |