lib: Introduce footer block without top border
modified src/ui/ext.rs
@@ -115,7 +115,7 @@ impl Widget for HeaderBlock {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -138,8 +138,8 @@ pub struct FooterBlock {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -171,7 +171,14 @@ impl FooterBlock {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/ui/widget/container.rs
@@ -336,7 +336,7 @@ impl<'a: 'static, S, M> View for Footer<S, M> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|