Add HCircleProgressBar

This commit is contained in:
miruka
2019-11-06 13:49:48 -04:00
parent 3cbbd6042b
commit f9fd8055f2
7 changed files with 68 additions and 4 deletions

View File

@@ -176,6 +176,13 @@ controls:
color background: colors.inputBackground
color foreground: colors.accentBackground
circleProgressBar:
int thickness: Math.max(2, spacing / 2)
color background: colors.inputBackground
color foreground: colors.accentBackground
color text: colors.text
real indeterminateSpan: 0.2 // 0-1
slider:
int radius: 2
int height: controls.progressBar.height