feat: scale up the image
This commit is contained in:
parent
a8b73da778
commit
c362e7c735
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ impl State {
|
|||
}
|
||||
}
|
||||
fn view(&self) -> Element<'_, Message, Theme, Renderer> {
|
||||
widget::image(&self.image_handle).into()
|
||||
widget::image(&self.image_handle).expand(true).into()
|
||||
}
|
||||
fn update(&mut self, message: Message) -> Task<Message> {
|
||||
match message {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue