mirror of
https://github.com/ppy/osu
synced 2025-03-20 18:08:25 +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()
|
public ProfileHeaderTabControl()
|
||||||
{
|
{
|
||||||
TabContainer.Masking = false;
|
TabContainer.Masking = false;
|
||||||
TabContainer.Spacing = new Vector2(20, 0);
|
TabContainer.Spacing = new Vector2(15, 0);
|
||||||
|
|
||||||
AddInternal(bar = new Box
|
AddInternal(bar = new Box
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user