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
-
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" />