From 1737b59d37bf84eabb3d2cadd0baefb484b3a70b Mon Sep 17 00:00:00 2001 From: Huo Yaoyuan Date: Thu, 15 Jun 2017 07:23:30 +0800 Subject: [PATCH] Slightly update some sizes. --- osu.Game/Users/Profile/ProfileHeader.cs | 4 ++-- osu.Game/Users/Profile/ProfileSection.cs | 2 +- osu.Game/Users/UserProfile.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/osu.Game/Users/Profile/ProfileHeader.cs b/osu.Game/Users/Profile/ProfileHeader.cs index 7772797750..34dc2fb593 100644 --- a/osu.Game/Users/Profile/ProfileHeader.cs +++ b/osu.Game/Users/Profile/ProfileHeader.cs @@ -87,7 +87,7 @@ namespace osu.Game.Users.Profile new OsuSpriteText { Text = user.Username, - TextSize = 25, + TextSize = 30, Font = @"Exo2.0-RegularItalic", Anchor = Anchor.BottomLeft, Origin = Anchor.BottomLeft, @@ -149,7 +149,7 @@ namespace osu.Game.Users.Profile Anchor = Anchor.TopCentre, Origin = Anchor.TopCentre, Y = 11, - TextSize = 18 + TextSize = 20 } } }, diff --git a/osu.Game/Users/Profile/ProfileSection.cs b/osu.Game/Users/Profile/ProfileSection.cs index d8cc2f4e8c..c6f45403e3 100644 --- a/osu.Game/Users/Profile/ProfileSection.cs +++ b/osu.Game/Users/Profile/ProfileSection.cs @@ -27,7 +27,7 @@ namespace osu.Game.Users.Profile new OsuSpriteText { Text = Title, - TextSize = 16, + TextSize = 20, Font = @"Exo2.0-RegularItalic", Margin = new MarginPadding { diff --git a/osu.Game/Users/UserProfile.cs b/osu.Game/Users/UserProfile.cs index 27f18a0f14..629dbbe5a9 100644 --- a/osu.Game/Users/UserProfile.cs +++ b/osu.Game/Users/UserProfile.cs @@ -42,7 +42,7 @@ namespace osu.Game.Users RelativeSizeAxes = Axes.X, Anchor = Anchor.TopCentre, Origin = Anchor.TopCentre, - Height = 24 + Height = 30 }; sections.ForEach(tabs.AddItem);