You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by vd...@apache.org on 2016/09/27 03:06:35 UTC

svn commit: r1762394 - /openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/tabcontent/chat/chatTabItemEmoticons.lzx

Author: vdegtyarev
Date: Tue Sep 27 03:06:35 2016
New Revision: 1762394

URL: http://svn.apache.org/viewvc?rev=1762394&view=rev
Log:
OPENMEETINGS-1477 is fixed. Default chat font size is increased.

Modified:
    openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/tabcontent/chat/chatTabItemEmoticons.lzx

Modified: openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/tabcontent/chat/chatTabItemEmoticons.lzx
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/tabcontent/chat/chatTabItemEmoticons.lzx?rev=1762394&r1=1762393&r2=1762394&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/tabcontent/chat/chatTabItemEmoticons.lzx (original)
+++ openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/tabcontent/chat/chatTabItemEmoticons.lzx Tue Sep 27 03:06:35 2016
@@ -60,7 +60,7 @@
 
 		var tFormat:TextFormat = new TextFormat();
 		tFormat.leading = 4;
-		tFormat.size = 11;
+		tFormat.size = 14;
 		var items = messageObj;
 		if ($debug) Debug.write("items :: ", items, this.leading);
 		var t = "";