mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Update design of OverlayHeaderTabControl
This commit is contained in:
@ -30,8 +30,8 @@ namespace osu.Game.Overlays.Profile
|
||||
|
||||
User.ValueChanged += e => updateDisplay(e.NewValue);
|
||||
|
||||
TabControl.AddItem("Info");
|
||||
TabControl.AddItem("Modding");
|
||||
TabControl.AddItem("info");
|
||||
TabControl.AddItem("modding");
|
||||
|
||||
centreHeaderContainer.DetailsVisible.BindValueChanged(visible => detailHeaderContainer.Expanded = visible.NewValue, true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user