Prompt one row above description in pickers

This commit is contained in:
2026-06-01 03:42:29 +02:00
parent d1e4d0eee8
commit fb4b3bfc5a
+1 -1
View File
@@ -582,7 +582,7 @@ fn draw_select_list_with_info(
prompt_p,
Rect {
x: area.x,
y: base_y,
y: base_y.saturating_sub(1),
width: area.width.saturating_sub(2),
height: 1,
},