revert truncation in derived class

This commit is contained in:
Max Hübner 2019-07-28 12:14:06 +02:00
parent edf6453e04
commit c6d4ce0f8a

View File

@ -65,12 +65,6 @@ namespace osu.Game.Overlays.Chat.Tabs
Text.X = ChatOverlay.TAB_AREA_HEIGHT;
TextBold.X = ChatOverlay.TAB_AREA_HEIGHT;
Text.Width = 100f;
TextBold.Width = 100f;
Text.Truncate = true;
TextBold.Truncate = true;
}
protected override bool ShowCloseOnHover => false;