mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-18 09:04:21 +01:00
fix compilation
This commit is contained in:
@@ -87,7 +87,7 @@ fn user_result<'a>(
|
||||
cache: &'a mut ImageCache,
|
||||
index: usize,
|
||||
width: f32,
|
||||
) -> impl egui::Widget + use<'a> {
|
||||
) -> impl egui::Widget + 'a {
|
||||
move |ui: &mut egui::Ui| -> egui::Response {
|
||||
let min_img_size = 48.0;
|
||||
let max_image = min_img_size * ICON_EXPANSION_MULTIPLE;
|
||||
|
||||
Reference in New Issue
Block a user