mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Fixed new ssh key box
This commit is contained in:
@@ -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,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user