diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2011-05-06 11:03:38 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2011-05-06 11:03:38 -0700 |
commit | 8cd0ee8bccc7c9bc4cebf1b700a406897088949a (patch) | |
tree | f309bcc78b8f33137178594a47de1f50b98f7161 | |
parent | 51a72247f5ef430c9b315b9249300e6cbf7af914 (diff) |
EXP-789 Reducing size of sound device panel in Basic Mode does not resize elements in the panel and allows panel to be smaller than elements it contains
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_sound_devices.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_sound_devices.xml b/indra/newview/skins/default/xui/en/floater_sound_devices.xml index b5d95aeca4..c7c7a05af2 100644 --- a/indra/newview/skins/default/xui/en/floater_sound_devices.xml +++ b/indra/newview/skins/default/xui/en/floater_sound_devices.xml @@ -4,7 +4,7 @@ border="false" legacy_header_height="18" can_minimize="true" - can_resize="true" + can_resize="false" can_close="false" save_dock_state="true" save_visibility="true" |