1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-12 07:52:57 +08:00

increase the base size of button icons

This commit is contained in:
iminlikewithyou 2023-12-28 17:15:23 -06:00
parent 91f0603507
commit 637119f7d4

View File

@ -1,4 +1,4 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
@ -125,7 +125,7 @@ namespace osu.Game.Screens.Menu
Shadow = true,
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Size = new Vector2(30),
Size = new Vector2(32),
Position = new Vector2(0, 0),
Icon = symbol
},