Rename the component content special attribute children for consistency with React

This commit is contained in:
Keavon Chambers
2021-02-14 14:30:18 -08:00
parent 065a37d6c7
commit b7127edfd8
12 changed files with 33 additions and 33 deletions

View File

@@ -85,7 +85,7 @@ impl Application {
// Main window in the XML layout language
let mut main_window_layout = LayoutSystem::new();
main_window_layout.add_window(("window", "main"));
main_window_layout.add_window(("window", "main"), (1920, 1080));
Self {
surface,