tenseleyflow/fussr / f24ed81

Browse files

fix height on tag modal

Authored by espadonne
SHA
f24ed81fd9ad9a5396ef9ccf3e3a7caec0de13f3
Parents
a85b2a5
Tree
ce38074

1 changed file

StatusFile+-
M src/ui.rs 1 0
src/ui.rsmodified
@@ -408,6 +408,7 @@ fn draw_tag_modal(
408408
             let tags_height = existing_tags.len().min(5) as u16;
409409
             8 + tags_height
410410
         }
411
+        TagStep::AskPush => 6,
411412
         _ => 5,
412413
     };
413414
     let modal_width = 55.min(area.width.saturating_sub(4));