mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Makes UI Catalog Scenarios use Theme and top-level color scheme (#2401)
* lots of clean up * scenarios now get themes from uicatalog
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user