1
0
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:
Dean Herbert 2016-12-07 19:13:45 +09:00
parent 783ef6829e
commit bc6c57c619

View File

@ -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,