1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 12:33:01 +08:00

Merge pull request #21014 from Joehuu/fix-toolbar-clock-visual-bug

Fix toolbar visual bug when toggling clock displays
This commit is contained in:
Dean Herbert 2022-10-30 18:32:14 +09:00 committed by GitHub
commit aa9604c49e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,6 +141,8 @@ namespace osu.Game.Overlays.Toolbar
Name = "Right buttons",
RelativeSizeAxes = Axes.Y,
AutoSizeAxes = Axes.X,
Anchor = Anchor.TopRight,
Origin = Anchor.TopRight,
Children = new Drawable[]
{
new Box