mirror of
https://github.com/ppy/osu
synced 2025-01-04 13:22:08 +00:00
revert truncation in derived class
This commit is contained in:
parent
edf6453e04
commit
c6d4ce0f8a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user