fix(content_col): remove spacing

Removes spacing between the footer and content, until the `resize_border` is moved.
This commit is contained in:
Vukašin Vojinović 2024-11-06 01:27:45 +01:00 committed by Michael Murphy
parent 9825e730bc
commit a4c1909fc2

View file

@ -787,7 +787,8 @@ impl<App: Application> ApplicationExt for App {
widgets
});
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_maybe(
self.footer()