diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-04 20:46:04 +0200 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-04 20:46:04 +0200 |
commit | c28fd45839b0a1924c80bc289a90e4756e677472 (patch) | |
tree | 8a95d90261dab11fd8f33291816905dac2b912bc /indra | |
parent | f2e4e9efa9e133e20861275f84b015690e6080a4 (diff) |
omg fix for two omg crtical bugs...
EXT-3109 Viewer crashes when attempting to select group role
EXT-3130 Viewer crashes after pressing "New Role" button in group profile
also a bit fix layout
--HG--
branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_group_roles.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_group_roles.xml b/indra/newview/skins/default/xui/en/panel_group_roles.xml index 5bae5c2711..a5bab3232c 100644 --- a/indra/newview/skins/default/xui/en/panel_group_roles.xml +++ b/indra/newview/skins/default/xui/en/panel_group_roles.xml @@ -367,7 +367,7 @@ things in this group. There's a broad variety of Abilities. <text_editor type="string" halign="left" - height="50" + height="35" layout="topleft" left="0" max_length="295" @@ -426,6 +426,10 @@ things in this group. There's a broad variety of Abilities. width="300"> <scroll_list.columns label="" + name="icon" + width="2" /> + <scroll_list.columns + label="" name="checkbox" width="20" /> <scroll_list.columns |