Remove width specifications

This commit is contained in:
Dean Herbert
2019-07-29 02:47:26 +09:00
parent de8f502871
commit 663f34d3d8
3 changed files with 13 additions and 6 deletions

View File

@ -62,12 +62,10 @@ namespace osu.Game.Overlays.Chat.Tabs
});
avatar.OnLoadComplete += d => d.FadeInFromZero(300, Easing.OutQuint);
Text.X = ChatOverlay.TAB_AREA_HEIGHT;
Text.Width = 100f;
}
protected override float LeftTextPadding => base.LeftTextPadding + ChatOverlay.TAB_AREA_HEIGHT;
protected override bool ShowCloseOnHover => false;
protected override void FadeActive()