fix(content_col): remove spacing
Removes spacing between the footer and content, until the `resize_border` is moved.
This commit is contained in:
parent
9825e730bc
commit
a4c1909fc2
1 changed files with 2 additions and 1 deletions
|
|
@ -787,7 +787,8 @@ impl<App: Application> ApplicationExt for App {
|
||||||
widgets
|
widgets
|
||||||
});
|
});
|
||||||
let content_col = crate::widget::column::with_capacity(2)
|
let content_col = crate::widget::column::with_capacity(2)
|
||||||
.spacing(8)
|
//TODO: Add back when the `resize_border` is moved to not cover window content
|
||||||
|
//.spacing(8)
|
||||||
.push(content_row)
|
.push(content_row)
|
||||||
.push_maybe(
|
.push_maybe(
|
||||||
self.footer()
|
self.footer()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue