Changed default chat selected size to 10pt

This commit is contained in:
deniszgonjanin 2010-06-07 20:02:10 +00:00
parent c95017413c
commit 250e8bb0e4

View File

@ -45,7 +45,7 @@
<mx:Label text="{ResourceUtil.getInstance().getString('bbb.chat.chatOptions')}" />
<mx:HBox width="100%">
<mx:Label text="{ResourceUtil.getInstance().getString('bbb.chat.fontSize')}" />
<mx:ComboBox width="60" id="cmbFontSize" dataProvider="{fontSizes}" close="changeFontSize()" />
<mx:ComboBox width="60" id="cmbFontSize" dataProvider="{fontSizes}" close="changeFontSize()" selectedIndex="1" />
</mx:HBox>
</mx:VBox>
</mx:HBox>