feat: borders and rounding

This commit is contained in:
Ashley Wulber 2026-04-06 23:46:13 -04:00
parent 6a48eae8e0
commit 1896cb01d9
5 changed files with 135 additions and 25 deletions

View file

@ -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),
)