fix(list_column): set 32px minimum height for each list item

This commit is contained in:
Michael Aaron Murphy 2024-09-23 20:46:55 +02:00
parent 9bfb159977
commit 701638009d
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
4 changed files with 7 additions and 6 deletions

View file

@ -2,10 +2,8 @@
// SPDX-License-Identifier: MPL-2.0
pub mod column;
// mod item;
pub use self::column::{list_column, ListColumn};
// pub use self::item::{ListItem, list_item};
use crate::widget::Container;
use crate::Element;