Fix room header and composer avatar radius
This commit is contained in:
parent
ebab1e15c2
commit
90a2773a8c
|
@ -77,6 +77,7 @@ Rectangle {
|
|||
userId: writingUserId
|
||||
displayName: writingUserInfo ? writingUserInfo.display_name : ""
|
||||
mxc: writingUserInfo ? writingUserInfo.avatar_url : ""
|
||||
radius: 0
|
||||
}
|
||||
|
||||
HScrollableTextArea {
|
||||
|
|
|
@ -17,6 +17,8 @@ Rectangle {
|
|||
roomId: chat.roomId
|
||||
displayName: chat.roomInfo.display_name
|
||||
mxc: chat.roomInfo.avatar_url
|
||||
radius: 0
|
||||
|
||||
Layout.alignment: Qt.AlignTop
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user