mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Reduced layout margin
This commit is contained in:
@@ -53,7 +53,7 @@ impl FileTransferActivity {
|
||||
// Prepare chunks
|
||||
let chunks = Layout::default()
|
||||
.direction(Direction::Vertical)
|
||||
.margin(2)
|
||||
.margin(1)
|
||||
.constraints(
|
||||
[
|
||||
Constraint::Length(20), // Explorer
|
||||
|
||||
Reference in New Issue
Block a user