This commit is contained in:
elvis
2025-11-12 17:35:00 +01:00
parent f06991d2ff
commit 41ceea2bcc
5 changed files with 290 additions and 169 deletions

View File

@ -79,8 +79,8 @@ where
let mut query_submit = resp.lost_focus()
&& ui.input(|i| i.key_pressed(Key::Enter));
let max_height =
ui.input(|i| f32::max(i.content_rect().height() * 0.5, 200.));
let max_height = ui
.input(|i| f32::max(i.content_rect().height() * 0.5, 200.));
let scroll_area_width = resp.rect.width();
let all_kinds = all_kinds.all_kinds();