combine Text and TextBold

This commit is contained in:
Max Hübner
2019-07-28 12:40:21 +02:00
parent df8d4d8966
commit f7b9ddb48c
3 changed files with 10 additions and 17 deletions

View File

@ -64,7 +64,6 @@ namespace osu.Game.Overlays.Chat.Tabs
avatar.OnLoadComplete += d => d.FadeInFromZero(300, Easing.OutQuint);
Text.X = ChatOverlay.TAB_AREA_HEIGHT;
TextBold.X = ChatOverlay.TAB_AREA_HEIGHT;
Text.Width = 100f;
}