Add HProgressBar component

This commit is contained in:
miruka
2019-08-28 14:28:20 -04:00
parent 21b44bcf66
commit 18120f5216
3 changed files with 29 additions and 3 deletions

View File

@@ -149,6 +149,11 @@ controls:
color border: "black"
int borderWidth: 2
progressBar:
int height: Math.max(2, spacing / 2)
color background: colors.inputBackground
color foreground: colors.accentBackground
avatar:
int size: baseElementsHeight
int radius: theme.radius