merged v2_develop

This commit is contained in:
Tig Kindel
2023-03-17 13:14:50 -06:00
56 changed files with 522 additions and 214 deletions

View File

@@ -18,7 +18,7 @@ public class ExampleWindow : Window {
public ExampleWindow ()
{
Title = "Example App (Ctrl+Q to quit)";
Title = $"Example App ({Application.QuitKey} to quit)";
// Create input components and labels
var usernameLabel = new Label () {