feat: borders and rounding
This commit is contained in:
parent
6a48eae8e0
commit
1896cb01d9
5 changed files with 135 additions and 25 deletions
|
|
@ -230,6 +230,7 @@ impl cosmic::Application for App {
|
|||
)
|
||||
.push(
|
||||
widget::progress_bar::circular::Circular::new()
|
||||
.bar_height(10.0)
|
||||
.size(50.0)
|
||||
.progress(self.progress),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue