mirror of
https://github.com/ppy/osu.git
synced 2024-11-12 01:47:24 +08:00
Size FilterControl relatively now that we can.
This commit is contained in:
parent
1156e76c28
commit
1a7c2eda5e
@ -76,8 +76,8 @@ namespace osu.Game.Screens.Select
|
||||
{
|
||||
Padding = new MarginPadding(20),
|
||||
BypassContainsCheck = true,
|
||||
RelativeSizeAxes = Axes.Y,
|
||||
Width = 500,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Width = 0.5f,
|
||||
Anchor = Anchor.TopRight,
|
||||
Origin = Anchor.TopRight,
|
||||
Children = new Drawable[]
|
||||
|
Loading…
Reference in New Issue
Block a user