mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 22:54:36 +00:00
Make the color a valid property type
This replaces Property<u32> with Property<Color>
This commit is contained in:
parent
288ad0cba8
commit
f7517f403c
10 changed files with 57 additions and 17 deletions
|
@ -83,6 +83,7 @@ pub mod re_exports {
|
|||
pub use sixtyfps_corelib::layout::{
|
||||
solve_grid_layout, Constraint, GridLayoutCellData, GridLayoutData,
|
||||
};
|
||||
pub use sixtyfps_corelib::Color;
|
||||
pub use sixtyfps_corelib::ComponentVTable_static;
|
||||
pub use sixtyfps_corelib::EvaluationContext;
|
||||
pub use sixtyfps_corelib::Resource;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue