Wider media column.

This commit is contained in:
Ghazi Triki 2017-09-18 14:25:03 +01:00
parent 1d2fab5a84
commit a702ba076d
3 changed files with 6 additions and 5 deletions

View File

@ -1510,6 +1510,9 @@ users|MediaItemRenderer {
iconPromote : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_User_Promote");
iconEject : Embed(source="assets/swf/v2_skin.swf", symbol="Icon_User_Eject");
glowFilterColor : #1070D7;
verticalAlign : middle;
horizontalGap : 8;
horizontalAlign : center;
}
users|NameItemRenderer {

View File

@ -24,9 +24,6 @@
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:mate="http://mate.asfusion.com/"
verticalScrollPolicy="off" horizontalScrollPolicy="off"
verticalAlign="middle"
horizontalGap="8"
horizontalAlign="center"
creationComplete="onCreationComplete()" >
<fx:Declarations>
@ -381,7 +378,8 @@
mouseOver="lockMouseOverHandler()"
mouseOut="lockMouseOutHandler()"
toolTip="{data.locked ? ResourceUtil.getInstance().getString('bbb.users.usersGrid.mediaItemRenderer.pushToUnlock',[data.name]) : ResourceUtil.getInstance().getString('bbb.users.usersGrid.mediaItemRenderer.pushToLock',[data.name])}" />
</mx:Canvas>
</mx:Canvas>
<mx:Button id="settingsBtn"
visible="false"
width="20"

View File

@ -167,7 +167,7 @@ $Id: $
private const STATUS_GRID_WIDTH:int = 56;
private const NAME_GRID_MIN_WIDTH:int = 80;
private const MEDIA_GRID_WIDTH:int = 112;
private const MEDIA_GRID_WIDTH:int = 118;
private var muteMeRolled:Boolean = false;