mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-19 09:35:12 +02:00
Move prompt to description line (with_info pickers)
This commit is contained in:
+3
-3
@@ -473,7 +473,7 @@ fn draw_select_list(
|
||||
desc_line,
|
||||
Rect {
|
||||
x: area.x,
|
||||
y: base_y,
|
||||
y: area.y + area.height.saturating_sub(1),
|
||||
width: area.width,
|
||||
height: 1,
|
||||
},
|
||||
@@ -491,7 +491,7 @@ fn draw_select_list(
|
||||
prompt_p,
|
||||
Rect {
|
||||
x: area.x,
|
||||
y: base_y,
|
||||
y: area.y + area.height.saturating_sub(1),
|
||||
width: area.width.saturating_sub(2),
|
||||
height: 1,
|
||||
},
|
||||
@@ -582,7 +582,7 @@ fn draw_select_list_with_info(
|
||||
prompt_p,
|
||||
Rect {
|
||||
x: area.x,
|
||||
y: base_y,
|
||||
y: area.y + area.height.saturating_sub(1),
|
||||
width: area.width.saturating_sub(2),
|
||||
height: 1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user