mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 16:52:54 +08:00
Adjust ProfileTabControl height
This commit is contained in:
parent
de9a1737a5
commit
e69d93ae5c
@ -67,7 +67,7 @@ namespace osu.Game.Overlays
|
|||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
Anchor = Anchor.TopCentre,
|
Anchor = Anchor.TopCentre,
|
||||||
Origin = Anchor.TopCentre,
|
Origin = Anchor.TopCentre,
|
||||||
Height = 30
|
Height = 34
|
||||||
};
|
};
|
||||||
|
|
||||||
Add(new Box
|
Add(new Box
|
||||||
|
Loading…
Reference in New Issue
Block a user