1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-15 21:17:46 +08:00

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

View File

@ -22,6 +22,7 @@ namespace osu.Desktop.VisualTests.Tests
OsuTabControl<GroupMode> filter;
Add(filter = new OsuTabControl<GroupMode>
{
Margin = new MarginPadding(4),
Size = new Vector2(229, 24),
AutoSort = true
});