Prompt and description on same row

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