From bc6c57c619bf2a7a20674ca3a24b0e5d35f1f648 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Wed, 7 Dec 2016 19:13:45 +0900 Subject: [PATCH] Make toolbar icons the same width as options icons. --- osu.Game/Overlays/Toolbar/ToolbarButton.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Overlays/Toolbar/ToolbarButton.cs b/osu.Game/Overlays/Toolbar/ToolbarButton.cs index 5976f64c41..80b2fcdb42 100644 --- a/osu.Game/Overlays/Toolbar/ToolbarButton.cs +++ b/osu.Game/Overlays/Toolbar/ToolbarButton.cs @@ -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,