1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 15:23:14 +08:00

Reduce tabcontrol spacing

This commit is contained in:
smoogipoo 2019-04-25 20:09:42 +09:00
parent 8329e53b6c
commit f8c5ee457b

View File

@ -46,7 +46,7 @@ namespace osu.Game.Overlays.Profile.Header
public ProfileHeaderTabControl()
{
TabContainer.Masking = false;
TabContainer.Spacing = new Vector2(20, 0);
TabContainer.Spacing = new Vector2(15, 0);
AddInternal(bar = new Box
{