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

Added newline, thanks Xamarin

This commit is contained in:
DrabWeb 2017-01-27 07:12:20 -04:00
parent 3ed88ea043
commit 811cf4b04e

View File

@ -31,7 +31,8 @@ namespace osu.Desktop.VisualTests.Tests
Add(pauseOverlay = new PauseOverlay());
Add(new Button
{ Text = @"Pause",
{
Text = @"Pause",
Anchor = Anchor.TopLeft,
Origin = Anchor.TopLeft,
Width = 100,