mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 03:39:53 +08:00
CalculatedTextSize -> FontSize
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user