Merge branch 'master' into reactions

This commit is contained in:
Joseph Donofry 2020-05-07 22:21:06 -04:00
commit 5b9611dcd3
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
1 changed files with 3 additions and 3 deletions

View File

@ -8,11 +8,11 @@ Label {
color: colors.brightText
horizontalAlignment: Text.AlignHCenter
height: fontMetrics.height * 1.4
width: contentWidth * 1.2
height: contentHeight * 1.2
width: contentWidth * 1.2
background: Rectangle {
radius: parent.height / 2
color: Qt.rgba(userColor.r, userColor.g, userColor.b, 0.2)
}
}