mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 01:58:12 +08:00
Refactor layout system and abstract data types to separate definitions and tags
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ impl Application {
|
||||
|
||||
// Main window in the XML layout language
|
||||
let mut main_window_layout = LayoutSystem::new();
|
||||
main_window_layout.load_layout_component("window", "main");
|
||||
main_window_layout.add_window(("window", "main"));
|
||||
|
||||
Self {
|
||||
surface,
|
||||
|
||||
Reference in New Issue
Block a user