Wire up container styling to iced_native
This commit is contained in:
parent
edea093350
commit
d61cb58d92
17 changed files with 65 additions and 99 deletions
|
|
@ -1,6 +1,5 @@
|
|||
use crate::button;
|
||||
use crate::checkbox;
|
||||
use crate::container;
|
||||
use crate::pane_grid;
|
||||
use crate::progress_bar;
|
||||
use crate::radio;
|
||||
|
|
@ -123,10 +122,6 @@ impl progress_bar::Renderer for Null {
|
|||
const DEFAULT_HEIGHT: u16 = 30;
|
||||
}
|
||||
|
||||
impl container::Renderer for Null {
|
||||
type Style = ();
|
||||
}
|
||||
|
||||
impl pane_grid::Renderer for Null {
|
||||
type Style = ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue