STORM-1276 [MULTIPLE LANGS] Text truncation in Email Snapshot floater in Spanish localization
parent
02995303e9
commit
cce5dd64e0
|
|
@ -446,6 +446,7 @@ Jonathan Yap
|
|||
STORM-1313
|
||||
STORM-899
|
||||
STORM-1273
|
||||
STORM-1276
|
||||
Kage Pixel
|
||||
VWR-11
|
||||
Ken March
|
||||
|
|
|
|||
|
|
@ -137,9 +137,9 @@ void LLFloaterPostcard::draw()
|
|||
|
||||
// first set the max extents of our preview
|
||||
rect.translate(-rect.mLeft, -rect.mBottom);
|
||||
rect.mLeft += 280;
|
||||
rect.mLeft += 320;
|
||||
rect.mRight -= 10;
|
||||
rect.mTop -= 20;
|
||||
rect.mTop -= 27;
|
||||
rect.mBottom = rect.mTop - 130;
|
||||
|
||||
// then fix the aspect ratio
|
||||
|
|
|
|||
|
|
@ -7,11 +7,11 @@
|
|||
height="380"
|
||||
layout="topleft"
|
||||
min_height="380"
|
||||
min_width="450"
|
||||
min_width="490"
|
||||
name="Postcard"
|
||||
help_topic="postcard"
|
||||
title="EMAIL SNAPSHOT"
|
||||
width="450">
|
||||
width="490">
|
||||
<floater.string
|
||||
name="default_subject">
|
||||
Postcard from [SECOND_LIFE].
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
follows="left|top"
|
||||
height="20"
|
||||
layout="topleft"
|
||||
left_delta="108"
|
||||
left_delta="148"
|
||||
name="to_form"
|
||||
top_delta="-4"
|
||||
width="150" />
|
||||
|
|
@ -59,7 +59,7 @@
|
|||
follows="left|top"
|
||||
height="20"
|
||||
layout="topleft"
|
||||
left_delta="108"
|
||||
left_delta="148"
|
||||
name="from_form"
|
||||
top_delta="-4"
|
||||
width="150" />
|
||||
|
|
@ -78,7 +78,7 @@
|
|||
follows="left|top"
|
||||
height="20"
|
||||
layout="topleft"
|
||||
left_delta="108"
|
||||
left_delta="148"
|
||||
max_length_bytes="100"
|
||||
name="name_form"
|
||||
top_delta="-4"
|
||||
|
|
@ -99,7 +99,7 @@
|
|||
height="20"
|
||||
label="Type your subject here."
|
||||
layout="topleft"
|
||||
left_delta="108"
|
||||
left_delta="148"
|
||||
max_length_bytes="100"
|
||||
name="subject_form"
|
||||
top_delta="-4"
|
||||
|
|
|
|||
Loading…
Reference in New Issue