shorten label

This commit is contained in:
Gabe Livengood
2022-07-11 17:12:14 -04:00
parent 77f5ec3a4e
commit 8617b94c9d

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)]