Progressbar (#25)

* Progressbar
* header
* label
* border
This commit is contained in:
Jens K.
2024-12-25 12:21:36 +01:00
committed by GitHub
parent acb627b1d7
commit ae1a48e5e8
6 changed files with 96 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ impl Widget for Footer {
.title(
format! {"[m]enu {:} ", if self.show_menu {scrollbar::VERTICAL.end} else {scrollbar::VERTICAL.begin}},
)
.border_set(border::DOUBLE)
.border_set(border::PLAIN)
.render(border_area, buf);
// show menu
if self.show_menu {