Scroll the focused preference into view

This commit is contained in:
Georg Bauer
2026-07-26 10:22:14 +02:00
parent 671724949f
commit c5e812f9b9
3 changed files with 132 additions and 3 deletions

View File

@@ -563,6 +563,7 @@ impl App {
column![
header,
scrollable(container(fields).padding(iced::Padding::ZERO.right(18)))
.id(preferences_scroll_id())
.height(Length::Fill),
footer
]