ui: ext conn bottom line to recovery
This commit is contained in:
parent
629f4a67ed
commit
85bd663c49
2 changed files with 2 additions and 3 deletions
|
@ -180,9 +180,6 @@ impl ConnectionSetup {
|
|||
}
|
||||
}
|
||||
});
|
||||
|
||||
ui.add_space(10.0);
|
||||
View::horizontal_line(ui, Colors::STROKE);
|
||||
}
|
||||
|
||||
/// Draw integrated node connection item content.
|
||||
|
|
|
@ -59,6 +59,8 @@ impl RecoverySetup {
|
|||
// Show modal content for this ui container.
|
||||
self.modal_content_ui(ui, wallet, cb);
|
||||
|
||||
ui.add_space(10.0);
|
||||
View::horizontal_line(ui, Colors::STROKE);
|
||||
ui.add_space(6.0);
|
||||
View::sub_title(ui, format!("{} {}", WRENCH, t!("wallets.recovery")));
|
||||
View::horizontal_line(ui, Colors::STROKE);
|
||||
|
|
Loading…
Reference in a new issue