mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 13:23:05 +08:00
Add more padding around text in dialog popups
This commit is contained in:
parent
78bc94d3cb
commit
0763b86236
@ -198,6 +198,7 @@ namespace osu.Game.Overlays.Dialog
|
|||||||
TextAnchor = Anchor.TopCentre,
|
TextAnchor = Anchor.TopCentre,
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
AutoSizeAxes = Axes.Y,
|
AutoSizeAxes = Axes.Y,
|
||||||
|
Padding = new MarginPadding(5),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user