Make grid sizing strategy explicit and more intuitive

This commit is contained in:
Héctor Ramón Jiménez 2025-04-10 15:39:10 +02:00
parent 504d9c2959
commit 687750e026
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
4 changed files with 74 additions and 28 deletions

View file

@ -10,7 +10,6 @@ pub use iced_runtime::core;
mod action;
mod column;
mod grid;
mod mouse_area;
mod pin;
mod space;
@ -21,6 +20,7 @@ pub mod button;
pub mod checkbox;
pub mod combo_box;
pub mod container;
pub mod grid;
pub mod keyed;
pub mod overlay;
pub mod pane_grid;