Move prompt to description row in all pickers

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