Merge pull request #483 from tig/uicat_update

Working on making Progress use threads
This commit is contained in:
Charlie Kindel
2020-05-21 20:44:35 -06:00
committed by GitHub
5 changed files with 66 additions and 17 deletions

View File

@@ -63,7 +63,7 @@ namespace UICatalog {
new MenuBarItem ("_File", new MenuItem [] {
new MenuItem ("_Quit", "", () => Application.RequestStop() )
}),
new MenuBarItem ("_About...", "About this app", () => MessageBox.Query (0, 6, "About UI Catalog", "UI Catalog is a comprehensive sample library for Terminal.Gui", "Ok")),
new MenuBarItem ("_About...", "About this app", () => MessageBox.Query (0, 10, "About UI Catalog", "UI Catalog is a comprehensive sample library for Terminal.Gui", "Ok")),
});
_leftPane = new Window ("Categories") {