1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 03:39:53 +08:00

CalculatedTextSize -> FontSize

This commit is contained in:
Salman Ahmed
2023-12-05 22:47:08 +03:00
Unverified
parent f0364f01ea
commit a0813d18ca
3 changed files with 3 additions and 3 deletions
@@ -110,7 +110,7 @@ namespace osu.Game.Graphics.UserInterface
BackgroundFocused = colourProvider.Background4;
BackgroundUnfocused = colourProvider.Background4;
Placeholder.Font = OsuFont.GetFont(size: CalculatedTextSize, weight: FontWeight.SemiBold);
Placeholder.Font = OsuFont.GetFont(size: FontSize, weight: FontWeight.SemiBold);
PlaceholderText = CommonStrings.InputSearch;
CornerRadius = corner_radius;