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