Apply proposed changes (untested)

This commit is contained in:
AlFasGD
2018-07-23 15:44:10 +03:00
parent 6dd5c7e5ab
commit dd56a2d95f
3 changed files with 36 additions and 42 deletions

View File

@ -28,7 +28,7 @@ namespace osu.Game.Tests.Visual
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
LabelText = "Testing text",
TextBoxPlaceholderText = "This is definitely working as intended",
PlaceholderText = "This is definitely working as intended",
Padding = new MarginPadding { Left = 150, Right = 150 }
}
};