diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2010-01-13 14:55:42 +0200 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2010-01-13 14:55:42 +0200 |
commit | 891f2b3a753a6f1526e8591c043a9d9280ae6612 (patch) | |
tree | dc5b15e8bfcf5e698773e27ca4073316a4a4fe0b /indra/newview/skins/default | |
parent | ab5580d1e9f864c675a7ffc8e356a56463bb3e97 (diff) |
Fixed normal bug EXT - 4047 (No verb/action buttons at bottom of Group profile panel)
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_group_info_sidetray.xml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_group_info_sidetray.xml b/indra/newview/skins/default/xui/en/panel_group_info_sidetray.xml index c0db734f8c..8188048821 100644 --- a/indra/newview/skins/default/xui/en/panel_group_info_sidetray.xml +++ b/indra/newview/skins/default/xui/en/panel_group_info_sidetray.xml @@ -216,12 +216,28 @@ background_visible="true" visible="false" width="65" />--> <button + follows="bottom|right" + label="Group Chat" + name="btn_chat" + right="-184" + left_pad="2" + height="22" + width="85" /> + <button + follows="bottom|right" + label="Group Call" + name="btn_call" + right="-97" + left_pad="2" + height="22" + width="85" /> + <button height="22" label="Save" label_selected="Save" name="btn_apply" left_pad="10" right="-10" - width="100" /> + width="85" /> </panel> </panel>
\ No newline at end of file |