mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 12:13:20 +08:00
Slightly update some sizes.
This commit is contained in:
parent
f7a451ed82
commit
1737b59d37
@ -87,7 +87,7 @@ namespace osu.Game.Users.Profile
|
|||||||
new OsuSpriteText
|
new OsuSpriteText
|
||||||
{
|
{
|
||||||
Text = user.Username,
|
Text = user.Username,
|
||||||
TextSize = 25,
|
TextSize = 30,
|
||||||
Font = @"Exo2.0-RegularItalic",
|
Font = @"Exo2.0-RegularItalic",
|
||||||
Anchor = Anchor.BottomLeft,
|
Anchor = Anchor.BottomLeft,
|
||||||
Origin = Anchor.BottomLeft,
|
Origin = Anchor.BottomLeft,
|
||||||
@ -149,7 +149,7 @@ namespace osu.Game.Users.Profile
|
|||||||
Anchor = Anchor.TopCentre,
|
Anchor = Anchor.TopCentre,
|
||||||
Origin = Anchor.TopCentre,
|
Origin = Anchor.TopCentre,
|
||||||
Y = 11,
|
Y = 11,
|
||||||
TextSize = 18
|
TextSize = 20
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -27,7 +27,7 @@ namespace osu.Game.Users.Profile
|
|||||||
new OsuSpriteText
|
new OsuSpriteText
|
||||||
{
|
{
|
||||||
Text = Title,
|
Text = Title,
|
||||||
TextSize = 16,
|
TextSize = 20,
|
||||||
Font = @"Exo2.0-RegularItalic",
|
Font = @"Exo2.0-RegularItalic",
|
||||||
Margin = new MarginPadding
|
Margin = new MarginPadding
|
||||||
{
|
{
|
||||||
|
@ -42,7 +42,7 @@ namespace osu.Game.Users
|
|||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
Anchor = Anchor.TopCentre,
|
Anchor = Anchor.TopCentre,
|
||||||
Origin = Anchor.TopCentre,
|
Origin = Anchor.TopCentre,
|
||||||
Height = 24
|
Height = 30
|
||||||
};
|
};
|
||||||
sections.ForEach(tabs.AddItem);
|
sections.ForEach(tabs.AddItem);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user