mirror of
https://github.com/ppy/osu.git
synced 2025-03-19 06:47:46 +08: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…
x
Reference in New Issue
Block a user