1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 03:22:55 +08:00

Adjust comment report popover design

This commit is contained in:
Salman Ahmed 2022-10-22 02:45:28 +03:00
parent 15aeb4a137
commit 081cf1cc47

View File

@ -39,6 +39,13 @@ namespace osu.Game.Overlays.Comments
Spacing = new Vector2(7),
Children = new Drawable[]
{
new SpriteIcon
{
Origin = Anchor.TopCentre,
Anchor = Anchor.TopCentre,
Icon = FontAwesome.Solid.ExclamationTriangle,
Size = new Vector2(36),
},
new OsuSpriteText
{
Origin = Anchor.TopCentre,
@ -52,7 +59,6 @@ namespace osu.Game.Overlays.Comments
Origin = Anchor.TopCentre,
Anchor = Anchor.TopCentre,
Text = UsersStrings.ReportReason,
Font = OsuFont.Torus.With(size: 20),
},
new Container
{
@ -68,7 +74,6 @@ namespace osu.Game.Overlays.Comments
Origin = Anchor.TopCentre,
Anchor = Anchor.TopCentre,
Text = UsersStrings.ReportComments,
Font = OsuFont.Torus.With(size: 20),
},
new OsuTextBox
{