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:
parent
8329e53b6c
commit
f8c5ee457b
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user