mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 14:51:15 +00:00
Refactor GridLayout
This commit is contained in:
parent
0a722c86b3
commit
b57f3775c9
10 changed files with 130 additions and 169 deletions
|
@ -100,8 +100,8 @@ pub fn run_passes(
|
|||
passes::inlining::inline(doc);
|
||||
passes::compile_paths::compile_paths(&doc.root_component, &doc.local_registry, diag);
|
||||
passes::unique_id::assign_unique_id(&doc.root_component);
|
||||
passes::materialize_fake_properties::materialize_fake_properties(&doc.root_component);
|
||||
passes::lower_layout::lower_layouts(&doc.root_component, diag);
|
||||
passes::materialize_fake_properties::materialize_fake_properties(&doc.root_component);
|
||||
if compiler_config.embed_resources {
|
||||
passes::collect_resources::collect_resources(&doc.root_component);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue