From f3735e663b317213f4092e5f63688894339cd481 Mon Sep 17 00:00:00 2001 From: Drake Arconis <lightdrake@gmail.com> Date: Wed, 20 Aug 2014 11:47:29 -0400 Subject: [PATCH] Fix more ui text padding --- indra/newview/skins/default/xui/en/inspect_avatar.xml | 9 +++++---- .../newview/skins/default/xui/en/panel_group_general.xml | 6 +++--- .../newview/skins/default/xui/en/panel_group_notices.xml | 4 ++-- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/indra/newview/skins/default/xui/en/inspect_avatar.xml b/indra/newview/skins/default/xui/en/inspect_avatar.xml index ef4f19cd4c..ac44795b88 100755 --- a/indra/newview/skins/default/xui/en/inspect_avatar.xml +++ b/indra/newview/skins/default/xui/en/inspect_avatar.xml @@ -85,14 +85,15 @@ use_ellipses="true" /> <text follows="left|top|right" - height="35" + height="43" left="8" name="user_details" right="-10" word_wrap="true" top_pad="4" use_ellipses="true" - width="220">This is my second life description and I really think it is great. But for some reason my description is super extra long because I like to talk a whole lot + width="220"> +This is my second life description and I really think it is great. But for some reason my description is super extra long because I like to talk a whole lot </text> <slider follows="top|left" @@ -122,12 +123,12 @@ width="16" /> <text follows="top|left" - height="16" + height="12" left="8" name="avatar_profile_link" font="SansSerifSmall" text_color="White" - top_pad="5" + top_pad="2" translate="false" value="[[LINK] View full profile]" width="175" /> diff --git a/indra/newview/skins/default/xui/en/panel_group_general.xml b/indra/newview/skins/default/xui/en/panel_group_general.xml index 7f1574a555..440d8980bf 100755 --- a/indra/newview/skins/default/xui/en/panel_group_general.xml +++ b/indra/newview/skins/default/xui/en/panel_group_general.xml @@ -137,7 +137,7 @@ Hover your mouse over the options for more help. <text follows="left|top|right" type="string" - height="12" + height="14" layout="left|top|right" left="10" name="active_title_label" @@ -153,7 +153,7 @@ Hover your mouse over the options for more help. right="-5" name="active_title" tool_tip="Sets the title that appears in your avatar's name tag when this group is active." - top_pad="2" /> + top_pad="5" /> <check_box height="16" font="SansSerifSmall" @@ -188,7 +188,7 @@ Hover your mouse over the options for more help. <text follows="left|top|right" type="string" - height="12" + height="14" layout="left|top|right" left="5" text_color="EmphasisColor" diff --git a/indra/newview/skins/default/xui/en/panel_group_notices.xml b/indra/newview/skins/default/xui/en/panel_group_notices.xml index c8ce5cdebf..8b4a2e4564 100755 --- a/indra/newview/skins/default/xui/en/panel_group_notices.xml +++ b/indra/newview/skins/default/xui/en/panel_group_notices.xml @@ -21,14 +21,14 @@ You can turn off Notices on the General tab. follows="left|top" type="string" word_wrap="true" - height="24" + height="34" halign="left" layout="topleft" text_color="White_50" left="5" name="lbl2" right="-1" - top="5" + top="0" width="300"> Notices are kept for 14 days. Maximum 200 per group daily -- GitLab