diff options
author | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-11-19 19:26:00 +0200 |
---|---|---|
committer | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-11-19 19:26:00 +0200 |
commit | 2c2e8b83d02efcdec9ccd3216e64073b4e8e1d57 (patch) | |
tree | d131098980bd532cc513b2acf6bb6c2b825a43b2 /indra/newview/skins/default/xui/en | |
parent | 09570f1e389392f474f853438fc8a477e9ae57d8 (diff) |
CHUI-362 ADD. FIX (When the "Bring back" panel is there, it is not possible to collapse the right side of the conversation dialog: the toolbar is completely missing and the "<<" chevrons are not there): This was because the button "<<" belonged session's floater and not the container. Therefore, when all the floaters in the stack becomes invisible, their buttons also become invisible. Solution: Added additional button "<<" in the stub_panel of the container.
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_im_container.xml | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_im_container.xml b/indra/newview/skins/default/xui/en/floater_im_container.xml index 1388b9e474..4aa7c88312 100644 --- a/indra/newview/skins/default/xui/en/floater_im_container.xml +++ b/indra/newview/skins/default/xui/en/floater_im_container.xml @@ -134,6 +134,19 @@ left="0" height="430" width="412"> + <button + follows="right|top" + height="25" + image_hover_unselected="Toolbar_Middle_Over" + image_overlay="Conv_toolbar_collapse" + image_selected="Toolbar_Middle_Selected" + image_unselected="Toolbar_Middle_Off" + layout="topleft" + top="5" + right="-10" + name="stub_collapse_btn" + tool_tip="Collapse this pane" + width="31" /> <text type="string" clip_partial="false" @@ -142,7 +155,7 @@ left="20" right="-20" name="stub_textbox_1" - top="10" + top="30" height="20" valign="center" wrap="true"> @@ -156,7 +169,7 @@ left="20" right="-20" name="stub_textbox_2" - top="40" + top="60" height="20" valign="center" parse_urls="true" |