tighten up subscreen margin
This commit is contained in:
parent
65a193f6e7
commit
ad508492dd
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ impl Widget for &mut App {
|
||||||
let [header_left, header_right] = header_layout.areas(top);
|
let [header_left, header_right] = header_layout.areas(top);
|
||||||
let header_margin = Margin::new(1, 2);
|
let header_margin = Margin::new(1, 2);
|
||||||
|
|
||||||
let subscreen_margin = Margin::new(2, 4);
|
let subscreen_margin = Margin::new(1, 2);
|
||||||
|
|
||||||
// it's safe to call `unwrap()` here because we ensure there's always at least
|
// it's safe to call `unwrap()` here because we ensure there's always at least
|
||||||
// one element in `self.screen`; see the `self.pop()` method
|
// one element in `self.screen`; see the `self.pop()` method
|
||||||
|
|
Loading…
Reference in a new issue