mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-20 03:18:06 +08:00
Rename the component content special attribute children for consistency with React
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user