structural updates + power_management
This commit is contained in:
parent
22670f6abd
commit
c2c4881942
7 changed files with 125 additions and 51 deletions
|
|
@ -19,7 +19,7 @@ impl PanelWidget for Spacer {
|
|||
iced::Subscription::none()
|
||||
}
|
||||
|
||||
fn view(&self, _id: iced::window::Id) -> iced::Element<'_, crate::widget::Message> {
|
||||
iced::widget::space().width(self.space).into()
|
||||
fn view(&self) -> Option<iced::Element<'_, crate::widget::Message>> {
|
||||
Some(iced::widget::space().width(self.space).into())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue