Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: Phoenix Firestorm 4.1.1
-
Fix Version/s: Phoenix Firestorm 4.1.1
-
Component/s: None
-
Labels:
-
SL Avatar Name:Hitomi Tiponi
-
Patch attached:Patch attached
-
Reported In:Firestorm 4.1.1
Description
The left-hand border edge of the chat box is too narrow - it needs to be shifted left a bit - hopefully you can see in the attached diagram.
Issue Links
- is related to
-
FIRE-6772
IM field not lined up correctly when using horozontal tabs
-
Activity
Hitomi Tiponi
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Patch attached | Patch attached [ 10010 ] |
Ansariel Hiller
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Whirly Fizzle
made changes -
| Status | Resolved [ 5 ] | Ready for QA [ 10001 ] |
Whirly Fizzle
made changes -
| Status | Ready for QA [ 10001 ] | In QA [ 10002 ] |
Whirly Fizzle
made changes -
Lassie
made changes -
| Status | In QA [ 10002 ] | Passed QA [ 10003 ] |
Whirly Fizzle
made changes -
| Status | Passed QA [ 10003 ] | Closed [ 6 ] |
Replace:
<nearby_chat_control
layout="topleft"
top="0"
left="0"
right="-1"
follows="all"
font="SansSerifSmall"
height="20"
label="To nearby chat"
spellcheck="true"
name="chat_box"
tab_group="3" />
With:
<nearby_chat_control
layout="topleft"
top="0"
left="3"
right="-1"
follows="all"
font="SansSerifSmall"
height="20"
label="To nearby chat"
spellcheck="true"
name="chat_box"
tab_group="3" />