mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 18:23:04 +08:00
Increase padding around text in dialogs
This commit is contained in:
parent
e4bfa6f46b
commit
88b20b357a
@ -210,7 +210,7 @@ namespace osu.Game.Overlays.Dialog
|
|||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
AutoSizeAxes = Axes.Y,
|
AutoSizeAxes = Axes.Y,
|
||||||
TextAnchor = Anchor.TopCentre,
|
TextAnchor = Anchor.TopCentre,
|
||||||
Padding = new MarginPadding { Horizontal = 5 },
|
Padding = new MarginPadding { Horizontal = 15 },
|
||||||
},
|
},
|
||||||
body = new OsuTextFlowContainer(t => t.Font = t.Font.With(size: 18))
|
body = new OsuTextFlowContainer(t => t.Font = t.Font.With(size: 18))
|
||||||
{
|
{
|
||||||
@ -219,7 +219,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 { Horizontal = 5 },
|
Padding = new MarginPadding { Horizontal = 15 },
|
||||||
},
|
},
|
||||||
buttonsContainer = new FillFlowContainer<PopupDialogButton>
|
buttonsContainer = new FillFlowContainer<PopupDialogButton>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user