diff options
author | Martin Reddy <lynx@lindenlab.com> | 2009-10-05 23:31:55 +0000 |
---|---|---|
committer | Martin Reddy <lynx@lindenlab.com> | 2009-10-05 23:31:55 +0000 |
commit | 0e753a281ec3c3f100c057d3ee9de479005511ef (patch) | |
tree | fd9c98ce80848bb03b70251f866757630c807903 /indra | |
parent | 87d8b4c11b7f850ceae11082c40c975b90ecdfc1 (diff) |
DEV-39998: Fixed the width of the side tray tab caption so that the
help button, "?", is right justified. XUI-only update.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_side_tray_tab_caption.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_side_tray_tab_caption.xml b/indra/newview/skins/default/xui/en/panel_side_tray_tab_caption.xml index 3b1b049ff2..9845a9eb78 100644 --- a/indra/newview/skins/default/xui/en/panel_side_tray_tab_caption.xml +++ b/indra/newview/skins/default/xui/en/panel_side_tray_tab_caption.xml @@ -4,7 +4,7 @@ bottom="0" follows="left|top|right" height="30" - width="305" + width="333" layout="topleft" left="0" name="sidetray_tab_panel"> |