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),
|
Padding = new MarginPadding(20),
|
||||||
BypassContainsCheck = true,
|
BypassContainsCheck = true,
|
||||||
RelativeSizeAxes = Axes.Y,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Width = 500,
|
Width = 0.5f,
|
||||||
Anchor = Anchor.TopRight,
|
Anchor = Anchor.TopRight,
|
||||||
Origin = Anchor.TopRight,
|
Origin = Anchor.TopRight,
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
|
Loading…
Reference in New Issue
Block a user