Add borderWidth presence theme property

This commit is contained in:
miruka
2020-07-10 13:38:18 -04:00
parent 7f476f8f61
commit a7702a5260
3 changed files with 3 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ HAvatar {
theme.controls.presence.offline
border.color: theme.controls.presence.border
border.width: Math.ceil(diameter / 10)
border.width: theme.controls.presence.borderWidth
Behavior on color { HColorAnimation {} }
Behavior on opacity { HNumberAnimation {} }