mirror of
https://github.com/ppy/osu
synced 2025-01-01 11:52:20 +00:00
Merge pull request #22931 from peppy/fix-song-select-search-text-size
Fix song select search textbox font size incorrectly having increased
This commit is contained in:
commit
7dd113f208
@ -257,6 +257,7 @@ namespace osu.Game.Screens.Select
|
||||
public FilterControlTextBox()
|
||||
{
|
||||
Height += filter_text_size;
|
||||
TextContainer.Height *= (Height - filter_text_size) / Height;
|
||||
TextContainer.Margin = new MarginPadding { Bottom = filter_text_size };
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user