summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_profile_pick.xml
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-08-10 16:15:39 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-08-10 17:23:27 +0300
commiteab708daed3c5c0873c3fb96cd2d716e2ecb9ff1 (patch)
treeea9fa8857bb2ea763bfc418e4cff08ceef45d7df /indra/newview/skins/default/xui/en/panel_profile_pick.xml
parent946bdc1ee352618f0d333292272aceb48b6d8dd8 (diff)
SL-17923 "Title" and "Description" labels are not displayed in "Picks" tab
Fixed unlabeled fields in picks: For consistency purposes and for clarity both picks and classifieds should display title and descriprion labels. Fixed extra large spacing in classifieds
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_profile_pick.xml')
-rw-r--r--indra/newview/skins/default/xui/en/panel_profile_pick.xml55
1 files changed, 52 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_profile_pick.xml b/indra/newview/skins/default/xui/en/panel_profile_pick.xml
index e39ad7c0c1..3e91640093 100644
--- a/indra/newview/skins/default/xui/en/panel_profile_pick.xml
+++ b/indra/newview/skins/default/xui/en/panel_profile_pick.xml
@@ -42,24 +42,56 @@
layout="topleft"
fallback_image="default_land_picture.j2c"
/>
+ <text
+ name="title_label"
+ top_pad="-15"
+ left="10"
+ height="15"
+ width="280"
+ follows="left|top"
+ layout="topleft"
+ font="SansSerifSmall"
+ font.style="BOLD"
+ length="1"
+ text_color="white"
+ type="string"
+ >
+ Title:
+ </text>
<line_editor
name="pick_name"
enabled="false"
- top_pad="-15"
+ top_pad="2"
left="10"
height="20"
width="290"
follows="left|right|top"
layout="topleft"
/>
+ <text
+ name="description_label"
+ top_pad="10"
+ left="10"
+ height="15"
+ width="280"
+ follows="left|top"
+ layout="topleft"
+ font="SansSerifSmall"
+ font.style="BOLD"
+ length="1"
+ text_color="white"
+ type="string"
+ >
+ Description:
+ </text>
<text_editor
name="pick_desc"
trusted_content="false"
always_show_icons="true"
enabled="false"
- top_pad="8"
+ top_pad="2"
left="10"
- height="102"
+ height="45"
width="290"
follows="all"
layout="topleft"
@@ -70,9 +102,26 @@
v_pad="3"
word_wrap="true"
/>
+ <text
+ name="location_label"
+ bottom="-25"
+ left="10"
+ height="15"
+ width="280"
+ follows="left|right|bottom"
+ layout="topleft"
+ font="SansSerifSmall"
+ font.style="BOLD"
+ length="1"
+ text_color="white"
+ type="string"
+ >
+ Location:
+ </text>
<line_editor
name="pick_location"
enabled="false"
+ bottom="-1"
left="10"
height="23"
width="290"