View Single Post
  #8  
Unread 05-08-2005, 06:19 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

line #7
Code:
<Text AbsorbsInput="false" Color="#F1E8DA" Font="/Fonts.FontZapf15" LocalText="Dance like a fool" Location="22,75" MaxLines="1" Name="Body" PackSize="absolute,absolute" PackSizeProp="0062/0001,0212/0001" ScrollExtent="291,244" ShadowStyle="/ShadowStyles.ChatSimple.Outline1" Size="291,244" UserMovable="true" UserResizable="true">Dance like a fool</Text>
changed to
Code:
<Text AbsorbsInput="false" Color="#F1E8DA" Font="/Fonts.FontZapf15" Location="22,75" Name="Body" PackSize="absolute,absolute" PackSizeProp="0062/0001,0212/0001" ScrollExtent="291,244" ShadowStyle="/ShadowStyles.ChatSimple.Outline1" Size="291,244" UserMovable="true" UserResizable="true"></Text>
Removing MaxLines="1" is the important bit.
Reply With Quote