1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-19 10:12:53 +08:00

shorten label

This commit is contained in:
Gabe Livengood 2022-07-11 17:12:14 -04:00
parent 77f5ec3a4e
commit 8617b94c9d
No known key found for this signature in database
GPG Key ID: 70321B78DAECE683

View File

@ -19,7 +19,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
Size = new Vector2(100, 50);
Anchor = Anchor.CentreLeft;
Origin = Anchor.CentreLeft;
LabelText = "Show hidden items";
LabelText = @"Show hidden";
}
[BackgroundDependencyLoader(true)]