change(widget): make height adjustable at widget level

addtionally rename Progressbar to ProgressBar
This commit is contained in:
Songtronix 2020-01-02 18:07:00 +01:00
parent bf8f83decc
commit 986f01237f
5 changed files with 61 additions and 59 deletions

View file

@ -2,7 +2,7 @@ mod button;
mod checkbox;
mod column;
mod image;
mod progressbar;
mod progress_bar;
mod radio;
mod row;
mod scrollable;