mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Tidy up OsuTabControl and FilterControl.
This commit is contained in:
@ -94,10 +94,10 @@ namespace osu.Game.Screens.Select
|
||||
Anchor = Anchor.CentreRight,
|
||||
Origin = Anchor.CentreRight,
|
||||
});
|
||||
Add(FilterControl = new FilterControl(filter_height)
|
||||
Add(FilterControl = new FilterControl
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
Height = filter_height,
|
||||
FilterChanged = () => filterChanged(),
|
||||
Exit = Exit,
|
||||
});
|
||||
|
Reference in New Issue
Block a user