feat: scale up the image

This commit is contained in:
electria 2026-06-28 10:45:05 -07:00
commit c362e7c735
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs

View file

@ -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 {