Applied all tooltips to the right

This commit is contained in:
KyeKiller
2021-01-04 22:01:12 +00:00
parent 254698d9a2
commit 1234d0fa04
5 changed files with 16 additions and 1 deletions

View File

@ -2,11 +2,14 @@
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Graphics;
namespace osu.Game.Overlays.Toolbar
{
public class ToolbarChangelogButton : ToolbarOverlayToggleButton
{
{
protected override Anchor TooltipAnchor => Anchor.TopRight;
[BackgroundDependencyLoader(true)]
private void load(ChangelogOverlay changelog)
{