Tons of stuff

This commit is contained in:
Tig
2024-10-23 15:15:53 -06:00
parent 008d49788e
commit b31339da02
91 changed files with 1654 additions and 1025 deletions

View File

@@ -120,7 +120,7 @@ public class TextViewAutocompletePopup : Scenario
);
appWindow.Add (statusBar);
appWindow.LayoutStarted += Win_LayoutStarted;
appWindow.SubviewLayout += Win_LayoutStarted;
// Run - Start the application.
Application.Run (appWindow);