Add margin to testcase to better see edges.

This commit is contained in:
Dean Herbert 2017-03-16 21:16:30 +09:00
parent 3b77fcd5d5
commit 64825c32c5
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ public override void Reset()
OsuTabControl<GroupMode> filter;
Add(filter = new OsuTabControl<GroupMode>
{
Margin = new MarginPadding(4),
Size = new Vector2(229, 24),
AutoSort = true
});