From 252d1924e757331d23f2f6849e09497f864b5773 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Sat, 26 Mar 2022 18:13:33 +0900 Subject: [PATCH] Adjust metrics for better legibility at small sizes --- osu.Game/Overlays/Toolbar/ToolbarClock.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/osu.Game/Overlays/Toolbar/ToolbarClock.cs b/osu.Game/Overlays/Toolbar/ToolbarClock.cs index f7a92ebbe6..3cbf07c875 100644 --- a/osu.Game/Overlays/Toolbar/ToolbarClock.cs +++ b/osu.Game/Overlays/Toolbar/ToolbarClock.cs @@ -22,7 +22,7 @@ namespace osu.Game.Overlays.Toolbar RelativeSizeAxes = Axes.Y; AutoSizeAxes = Axes.X; - Padding = new MarginPadding(10); + Padding = new MarginPadding(5); } [BackgroundDependencyLoader] @@ -59,7 +59,7 @@ namespace osu.Game.Overlays.Toolbar private void load(OsuColour colours) { AutoSizeAxes = Axes.Y; - Width = 70; // Allows for space for game time up to 99 days. + Width = 66; // Allows for space for game time up to 99 days (in the padding area since this is quite rare). InternalChildren = new Drawable[] { @@ -89,7 +89,7 @@ namespace osu.Game.Overlays.Toolbar [BackgroundDependencyLoader] private void load() { - Size = new Vector2(30); + Size = new Vector2(20); InternalChildren = new[] {