fix height on tag modal
- SHA
f24ed81fd9ad9a5396ef9ccf3e3a7caec0de13f3- Parents
-
a85b2a5 - Tree
ce38074
f24ed81
f24ed81fd9ad9a5396ef9ccf3e3a7caec0de13f3a85b2a5
ce38074| Status | File | + | - |
|---|---|---|---|
| M |
src/ui.rs
|
1 | 0 |
src/ui.rsmodified@@ -408,6 +408,7 @@ fn draw_tag_modal( | ||
| 408 | 408 | let tags_height = existing_tags.len().min(5) as u16; |
| 409 | 409 | 8 + tags_height |
| 410 | 410 | } |
| 411 | + TagStep::AskPush => 6, | |
| 411 | 412 | _ => 5, |
| 412 | 413 | }; |
| 413 | 414 | let modal_width = 55.min(area.width.saturating_sub(4)); |