mirror of
https://github.com/ppy/osu
synced 2025-03-19 01:24:34 +00: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