mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:17:23 +08:00
Make toolbar icons the same width as options icons.
This commit is contained in:
parent
783ef6829e
commit
bc6c57c619
@ -79,7 +79,7 @@ namespace osu.Game.Overlays.Toolbar
|
||||
Direction = FlowDirection.HorizontalOnly,
|
||||
Anchor = Anchor.TopCentre,
|
||||
Origin = Anchor.TopCentre,
|
||||
Padding = new MarginPadding { Left = 15, Right = 15 },
|
||||
Padding = new MarginPadding { Left = 20, Right = 20 },
|
||||
Spacing = new Vector2(5),
|
||||
RelativeSizeAxes = Axes.Y,
|
||||
AutoSizeAxes = Axes.X,
|
||||
|
Loading…
Reference in New Issue
Block a user