Fixed new ssh key box

This commit is contained in:
veeso
2021-05-22 10:53:51 +02:00
parent f738ce90e0
commit cae251905c

View File

@@ -471,7 +471,7 @@ impl SetupActivity {
InputPropsBuilder::default() InputPropsBuilder::default()
.with_label(String::from("Username")) .with_label(String::from("Username"))
.with_borders( .with_borders(
Borders::ALL | Borders::RIGHT | Borders::LEFT, Borders::BOTTOM | Borders::RIGHT | Borders::LEFT,
BorderType::Plain, BorderType::Plain,
Color::Reset, Color::Reset,
) )