mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +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:
@@ -106,7 +106,7 @@ namespace Terminal.Gui.TopLevelTests {
|
||||
|
||||
var statusBar = new StatusBar (new [] {
|
||||
new StatusItem(Key.CtrlMask | Key.R, "~^R~ Run Top2", () => Application.Run (Top2 ())),
|
||||
new StatusItem(Key.CtrlMask | Key.Q, "~^Q~ Quit", () => Application.RequestStop())
|
||||
new StatusItem(Application.QuitKey, $"{Application.QuitKey} to Quit", () => Application.RequestStop())
|
||||
});
|
||||
top.Add (statusBar);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user