1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 03:19:55 +08:00

Implement "form" text box control

This commit is contained in:
Bartłomiej Dach
2024-09-04 13:57:53 +02:00
Unverified
parent ef1add3ebb
commit b7a56c8a45
5 changed files with 391 additions and 1 deletions
@@ -75,7 +75,7 @@ namespace osu.Game.Tests.Visual.UserInterface
new Box
{
RelativeSizeAxes = Axes.Both,
Colour = colourProvider.Background4
Colour = colourProvider.Background3
},
CreateContent()
}