1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 23:27:24 +08:00

Size FilterControl relatively now that we can.

This commit is contained in:
Dean Herbert 2017-03-16 17:01:02 +09:00
parent 1156e76c28
commit 1a7c2eda5e
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -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[]