Make events, checkbox, avatars respect radius
This commit is contained in:
@@ -8,6 +8,7 @@ Rectangle {
|
||||
id: avatar
|
||||
implicitWidth: theme.controls.avatar.size
|
||||
implicitHeight: theme.controls.avatar.size
|
||||
radius: theme.controls.avatar.radius
|
||||
|
||||
color: avatarImage.visible ? "transparent" : utils.hsluv(
|
||||
name ? utils.hueFrom(name) : 0,
|
||||
|
@@ -16,7 +16,7 @@ CheckBox {
|
||||
implicitHeight: implicitWidth
|
||||
x: box.leftPadding
|
||||
y: box.topPadding + box.availableHeight / 2 - height / 2
|
||||
radius: theme.radius / 1.5
|
||||
radius: theme.radius
|
||||
|
||||
color: theme.controls.checkBox.boxBackground
|
||||
border.color:
|
||||
|
Reference in New Issue
Block a user