mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Layout alignment
This commit is contained in:
parent
fa077662c1
commit
4a182ef4d0
9 changed files with 152 additions and 19 deletions
|
@ -283,6 +283,7 @@ using cbindgen_private::solve_box_layout;
|
|||
using cbindgen_private::box_layout_info;
|
||||
using cbindgen_private::solve_path_layout;
|
||||
using cbindgen_private::Rect;
|
||||
using cbindgen_private::LayoutAlignment;
|
||||
|
||||
inline LayoutInfo LayoutInfo::merge(const LayoutInfo &other) const {
|
||||
// Note: This "logic" is duplicated from LayoutInfo::merge in layout.rs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue