Make events, checkbox, avatars respect radius

This commit is contained in:
miruka
2020-03-15 14:27:10 -04:00
parent abdaf13da5
commit 1c23450805
6 changed files with 7 additions and 4 deletions

View File

@@ -154,6 +154,7 @@ HRowLayout {
(pureMedia ? 0 : parent.leftPadding + parent.rightPadding),
)
height: contentColumn.height
radius: theme.radius
z: -100
color: isOwn?
theme.chat.message.ownBackground :
@@ -163,6 +164,7 @@ HRowLayout {
visible: model.event_type === "RoomMessageNotice"
width: theme.chat.message.noticeLineWidth
height: parent.height
radius: parent.radius
color: utils.nameColor(
model.sender_name || model.sender_id.substring(1),
)