address some comments and improve ui

This commit is contained in:
jorolf
2018-12-25 01:09:49 +01:00
parent 360c17e2c7
commit e05fbd4136
3 changed files with 12 additions and 2 deletions

View File

@ -38,8 +38,8 @@ namespace osu.Game.Overlays.Profile.Header
public MarginPadding Padding
{
set => TabContainer.Padding = value;
get => TabContainer.Padding;
set => TabContainer.Padding = value;
}
public ProfileHeaderTabControl()