Author: sebawagner
Date: Thu Apr  5 09:18:19 2012
New Revision: 1309711

URL: http://svn.apache.org/viewvc?rev=1309711&view=rev
Log:
Fix chat text width

Modified:
    
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/chatTabItemEmoticons.lzx

Modified: 
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/chatTabItemEmoticons.lzx
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/chatTabItemEmoticons.lzx?rev=1309711&r1=1309710&r2=1309711&view=diff
==============================================================================
--- 
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/chatTabItemEmoticons.lzx
 (original)
+++ 
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/chatTabItemEmoticons.lzx
 Thu Apr  5 09:18:19 2012
@@ -137,7 +137,7 @@
                opacity="0.3" bgcolor="0xFFFFFF">
        </view>
        
-       <text multiline="true" x="180" width="$once{ parent.width - 292 }" 
fontsize="11" selectable="true" name="multi" >
+       <text multiline="true" x="180" width="$once{ parent.width - 306 }" 
fontsize="11" selectable="true" name="multi" >
                <handler name="oninit">
                        <![CDATA[
                                


Reply via email to