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
|
// Prepare chunks
|
||||||
let chunks = Layout::default()
|
let chunks = Layout::default()
|
||||||
.direction(Direction::Vertical)
|
.direction(Direction::Vertical)
|
||||||
.margin(2)
|
.margin(1)
|
||||||
.constraints(
|
.constraints(
|
||||||
[
|
[
|
||||||
Constraint::Length(20), // Explorer
|
Constraint::Length(20), // Explorer
|
||||||
|
|||||||
Reference in New Issue
Block a user