Add more padding around text in dialog popups

This commit is contained in:
Dean Herbert 2022-12-15 17:32:27 +09:00
parent 78bc94d3cb
commit 0763b86236

View File

@ -198,6 +198,7 @@ namespace osu.Game.Overlays.Dialog
TextAnchor = Anchor.TopCentre,
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Padding = new MarginPadding(5),
},
},
},