diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-04-24 18:54:50 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-04-24 18:54:50 +0300 |
commit | 6d64ba263079546198bd8c4e1890eb39c4eb3a0c (patch) | |
tree | b752f052dca8b84e93f7a0d4f6554b7c47e87017 /indra/newview/skins | |
parent | 8a3fce881fbf971046be50d9d7198e58772e3164 (diff) |
SL-11023 [Legacy Profiles] Selection is too low in some field of profile floater
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_group_list_item_short.xml | 2 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_profile_secondlife.xml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_group_list_item_short.xml b/indra/newview/skins/default/xui/en/panel_group_list_item_short.xml index e15e050fe1..fb46d1cce3 100644 --- a/indra/newview/skins/default/xui/en/panel_group_list_item_short.xml +++ b/indra/newview/skins/default/xui/en/panel_group_list_item_short.xml @@ -43,7 +43,7 @@ <text name="group_name" value="Unknown" - top="0" + top="2" left_pad="5" right="-2" height="16" diff --git a/indra/newview/skins/default/xui/en/panel_profile_secondlife.xml b/indra/newview/skins/default/xui/en/panel_profile_secondlife.xml index e577e6a4d2..a5f486d4a1 100644 --- a/indra/newview/skins/default/xui/en/panel_profile_secondlife.xml +++ b/indra/newview/skins/default/xui/en/panel_profile_secondlife.xml @@ -137,7 +137,7 @@ bg_visible="false" border_visible="true" h_pad="1" - v_pad="2" + v_pad="4" max_length="254" /> <!--mouse_opaque="true"--> @@ -287,10 +287,10 @@ bg_visible="false" border_visible="true" parse_urls="true" - h_pad="0" + h_pad="1" read_only="true" translate="false" - v_pad="2" + v_pad="4" max_length="254" /> </layout_panel> |