From 4a1857886b5742fb89bbcc1a90bf507ad9dabec5 Mon Sep 17 00:00:00 2001
From: Igor Borovkov <iborovkov@productengine.com>
Date: Wed, 17 Mar 2010 15:57:36 +0200
Subject: [PATCH] fixed EXT-6303 [TRUNCATION] Side bar: People > Recent - Time.
 Need xui designer to adjust width.

increased width of the "last interaction" text editor to accomodate two japanese hieroglyphs
when 2 digit number is shown

Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/47/

--HG--
branch : product-engine
---
 indra/newview/skins/default/xui/en/panel_avatar_list_item.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/skins/default/xui/en/panel_avatar_list_item.xml b/indra/newview/skins/default/xui/en/panel_avatar_list_item.xml
index 1e2e74f8824..876ff9961be 100644
--- a/indra/newview/skins/default/xui/en/panel_avatar_list_item.xml
+++ b/indra/newview/skins/default/xui/en/panel_avatar_list_item.xml
@@ -69,7 +69,7 @@
      name="last_interaction"
      text_color="LtGray_50"
      value="0s"
-     width="24" />
+     width="35" />
     <button
      follows="right"
      height="16"
-- 
GitLab