mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Implement EditorTextbox
This commit is contained in:
@ -35,9 +35,11 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
|
||||
private class TestCommentEditor : CommentEditor
|
||||
{
|
||||
protected override string EmptyTextboxText() => @"This textbox is empty";
|
||||
protected override string FooterText => @"Footer text. And it is pretty long. Cool.";
|
||||
|
||||
protected override string FooterText() => @"Footer text. And it is pretty long. Cool.";
|
||||
protected override string CommitButtonText => @"Commit";
|
||||
|
||||
protected override string TextboxPlaceholderText => @"This textbox is empty";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user