diff options
author | McCabe Maxsted | 2009-09-29 23:37:36 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-09-29 23:37:36 -0700 |
commit | ff302e0c5334624cc7593ceeeb753a2858120e5d (patch) | |
tree | f69eb0fdab994a4c607fd4456d6dc84d61cad479 | |
parent | Fixed reset UI size to default button missing from preferences > general (reg... (diff) | |
download | meta-impy-ff302e0c5334624cc7593ceeeb753a2858120e5d.zip meta-impy-ff302e0c5334624cc7593ceeeb753a2858120e5d.tar.gz meta-impy-ff302e0c5334624cc7593ceeeb753a2858120e5d.tar.bz2 meta-impy-ff302e0c5334624cc7593ceeeb753a2858120e5d.tar.xz |
Fixed Join Call button truncated in group IMs (regression)
-rw-r--r-- | ChangeLog.txt | 5 | ||||
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_instant_message_group.xml | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index cc7ec34..d3d3d7c 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,5 +1,10 @@ | |||
1 | 2009-09-29 McCabe Maxsted <hakushakukun@gmail.com> | 1 | 2009-09-29 McCabe Maxsted <hakushakukun@gmail.com> |
2 | 2 | ||
3 | * Fixed Join Call button truncated in group IMs (regression). | ||
4 | |||
5 | modified: linden/indra/newview/skins/default/xui/en-us/floater_instant_message_group.xml | ||
6 | |||
7 | |||
3 | * Fixed reset UI size to default button missing from preferences > general (regression). | 8 | * Fixed reset UI size to default button missing from preferences > general (regression). |
4 | Changed incremets to 0.001 to be more Liberation Sans-friendly. | 9 | Changed incremets to 0.001 to be more Liberation Sans-friendly. |
5 | 10 | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_instant_message_group.xml b/linden/indra/newview/skins/default/xui/en-us/floater_instant_message_group.xml index af60c11..1156e9d 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_instant_message_group.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_instant_message_group.xml | |||
@@ -49,11 +49,11 @@ | |||
49 | <button bottom_delta="0" enabled="false" follows="left|top" halign="right" height="20" | 49 | <button bottom_delta="0" enabled="false" follows="left|top" halign="right" height="20" |
50 | image_overlay="icn_voice-call-start.tga" image_overlay_alignment="left" | 50 | image_overlay="icn_voice-call-start.tga" image_overlay_alignment="left" |
51 | label="Join Call" left_delta="85" name="start_call_btn" pad_right="12" | 51 | label="Join Call" left_delta="85" name="start_call_btn" pad_right="12" |
52 | width="80" /> | 52 | width="92" /> |
53 | <button bottom_delta="0" follows="left|top" halign="right" height="20" | 53 | <button bottom_delta="0" follows="left|top" halign="right" height="20" |
54 | image_overlay="icn_voice-call-end.tga" image_overlay_alignment="left" | 54 | image_overlay="icn_voice-call-end.tga" image_overlay_alignment="left" |
55 | label="End Call" left_delta="0" name="end_call_btn" pad_right="12" | 55 | label="End Call" left_delta="0" name="end_call_btn" pad_right="12" |
56 | visible="false" width="80" /> | 56 | visible="false" width="92" /> |
57 | <button bottom_delta="0" follows="right|top" height="20" label="< <" | 57 | <button bottom_delta="0" follows="right|top" height="20" label="< <" |
58 | label_selected="> >" left="143" name="toggle_active_speakers_btn" | 58 | label_selected="> >" left="143" name="toggle_active_speakers_btn" |
59 | right="176" | 59 | right="176" |